nicovak opened a new issue #18832: URL: https://github.com/apache/superset/issues/18832
Using Pivot Table V2 gives the wrong time interval data for months. #### How to reproduce the bug 1. Add a pivot table V2 2. Group data by timestamp and month 3. The month range has a wrong interval of 1 ### Expected results The result should be the same as Pivot Table V1 ### Actual results The data shown for the month is shifted by 1 (February data is shown but in reality, It's march data) I think It comes from the header month which is wrong. The data has a good order, but on Pivot table V2 the first month should be removed. #### Screenshots - Pivot Table V1 (good)  - Pivot Table V2 (bad)  ### Environment (please complete the following information): - browser type and version: - superset version: `superset version` - python version: `python --version` - node.js version: `node -v` - any feature flags active: ### Checklist Make sure to follow these steps before submitting your issue - thank you! - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [ ] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
