madankgit opened a new issue, #37665: URL: https://github.com/apache/superset/issues/37665
### Bug description Currently, dashboard visuals support cross-filtering only within the same tab and not across tabs. Users cannot select a chart data point or metric and have the corresponding detail tab update automatically, requiring manual navigation and reapplying filters. ### **Expected Behavior** Enable Cross-filtering functionality from any visual to its respective detail tab. Maintain context and filters when navigating between tabs. **TAB 1** <img width="1792" height="576" alt="Image" src="https://github.com/user-attachments/assets/df591c46-20d6-4510-b7a7-77d7c326b608" /> <br><br> **TAB 2** <img width="354" height="279" alt="Image" src="https://github.com/user-attachments/assets/dab2b181-5ba6-475b-9ea9-8bc2aa22efc5" /> **When a user selects Genre = Sports on a chart in one tab, all rows related to Sports should automatically be filtered and displayed in the detailed report on the other tab.** <img width="551" height="138" alt="Image" src="https://github.com/user-attachments/assets/3252f0d7-5893-47cb-940e-f7b0da70b51e" /> ### **Actual Behavior** Cross-filtering works only within the same tab. Detailed reports in other tabs do not update based on the selected chart data point in the current tab. ### **Impact** Users must manually add filters in other tabs for the same chart data points. For charts with multiple categories, this can require adding numerous filters, increasing effort and time. ### Screenshots/recordings _No response_ ### Superset version 6.0.0 ### Python version 3.9 ### Node version 16 ### 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]
