Saved Filter Sets / Named Views for Dashboards #34386
Replies: 3 comments 1 reply
-
|
Fully agree. |
Beta Was this translation helpful? Give feedback.
-
|
Definitely a killer feature request. We have some complex dashboards in our organization that have many filters and this would be a time saver. |
Beta Was this translation helpful? Give feedback.
-
|
Superset actually shipped this once. "Filter Sets", behind 4.0 deleted the whole thing in PR #26369. Honest maintenance call on their side — UI bugs, hydration races, broke whenever someone edited the dashboard. But the friction you're describing didn't go away. Permalinks are anonymous one-offs. The part that killed the original (and why a naive re-add would fail again): what happens to a saved view when someone renames I wrote the removal history, the workaround gaps, and the architecture: https://drafted.work/blog/superset-filter-presets |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using complex dashboards with many filters, end-users (e.g., business stakeholders) often need to apply the same combination of filters repeatedly to get to their specific, relevant view of the data.
For example, a regional manager might always apply the same three filters every morning:
Region = 'North America'Time Range = 'Last 7 days'Product Line = 'Enterprise Hardware'Currently, the user must manually set these filters every time they visit the dashboard. The only alternative is to bookmark the very long, state-encoded URL, which is not user-friendly, is hard to share, and can break if the dashboard structure changes. This repetitive process is tedious, error-prone, and a significant friction point for non-technical users.
I propose the ability for users to save and name a combination of applied filters as a "Saved View" directly on the dashboard.
The workflow would look like this:
Enhancements could include:
The current alternatives are:
Beta Was this translation helpful? Give feedback.
All reactions