clavidk opened a new issue, #29519: URL: https://github.com/apache/superset/issues/29519
### Bug description I have a date range filter set at the dashboard level with the scoping set to `apply to all panels`. However, sometimes a chart or two will not apply that date range filter. Specifically, I make a lot of `Mixed Charts` (combo line + bar charts with a primary and secondary y-axis) ### How to reproduce the bug Hard to reproduce consistently but: 1. Create a mixed chart with 2 queries, and a primary AND secondary Y-axis. 2. Primary chart should be a line chart, secondary chart should be a bar chart. 3. Create a dashboard-level date filter with a default value that is from `2023-11-01` to `Now`. 4. Refresh dashboard 5. Repeat steps 1&2 6. Refresh dashboard What I expect: All charts are filtered to date ranges from 2023-11-01 to Now. What I see: My chart I created after my dashboard filter shows all date ranges (not filtered) ### Screenshots/recordings <img width="931" alt="image" src="https://github.com/apache/superset/assets/2322403/bb6a226d-1ad9-4193-b0b8-2425999a458a"> You can see that the bottom chart is not filtering from Nov on <img width="364" alt="image" src="https://github.com/apache/superset/assets/2322403/8ceec7cb-44eb-44ce-a36e-c121fc415fdd"> In that chart, it says it is inheriting the dashboard filter ### Superset version master / latest-dev ### Python version I don't know ### Node version I don't know ### Browser Chrome ### Additional context _No response_ ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- 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]
