Persist Dashboard Filter State When Reopening via URL #42795
sunny-singh78277
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem
In Apache Superset (v6.1.0), when a user applies native dashboard filters and then later reopens the dashboard using the same URL, the previously applied filter state is lost. Instead, filters revert to their default state (if configured) or remain empty.
Expected Behavior
1.The dashboard should retain the last applied filter state when reopened via the same URL.
2.Users should not need to reapply filters every time they revisit the dashboard.
Actual Behavior
Filters are applied correctly during the session.
However, when the dashboard is closed and reopened via the same link:
Steps to Reproduce
Impact
Additional Context
Additionally, there is a UI/UX concern with date filters:
When changing a date filter, the user must:
This multi-step interaction is not intuitive and leads to a poor user experience.
Environment
Contribution

I can help validate or test potential fixes if needed.
All reactions