Is there a way in Amazon QuickSight to disable the automatic refresh of visuals whenever a filter value is changed and instead allow users to apply all filter changes at once?
Our use case involves dashboards with multiple filters. Users often need to modify several filters before analyzing the data. Currently, every filter change immediately refreshes the visuals, resulting in multiple unnecessary queries and a less efficient user experience.
Ideally, we would like the following behavior:
- Users can change the values of multiple filters without triggering a dashboard refresh.
- All filter changes are temporarily staged.
- Once the user has finished selecting the desired filter values, they click an “Apply Filters” button.
- The dashboard refreshes only once, applying all filter changes simultaneously.
Is this functionality currently supported in Amazon QuickSight, or is there a recommended workaround to achieve this behavior?