aabdin01 opened a new issue #4342: Week granularity accumulates values over a week URL: https://github.com/apache/incubator-superset/issues/4342 Make sure these boxes are checked before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if any - [ ] I have reproduced the issue with at least the latest released version of superset - [ ] I have checked the issue tracker for the same issue and I haven't found one similar ### Superset version 0.22.1 ### Expected results When time granularity is changed to week, I should only see values of the last processed date from that week. Same with month, and year. For example: D1: 5 issues, D2: 5 issues, D3: 7 issues, D4: 5 issues, D5: 6 issues, D6: 9 issues. When time granularity is Day then all 6 days are shown, but when time granularity is changed to week, I should only see D6: 9 issues since it is the last run of the week. ### Actual results I get the sum of all the issues in the week or month. For the example above, I am getting 37 issues because of D1 + D2 + D3 + D4 + D5 + D6.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
