rumbin commented on issue #4342: Week granularity accumulates values over a week URL: https://github.com/apache/incubator-superset/issues/4342#issuecomment-363245622 This is exactly what it is supposed to do. The aggregation method, however, depends on the metric you chose. In this case it seems that a sum metric was selected. If you just want to have one day per week and ignore the other 6 days, you may succeed by choosing daily time grain, but apply weekly resampling in the Advanced Analytics section. Another way would be to implement a filter on a specific weekday in your SQL metric...
---------------------------------------------------------------- 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
