Hi! I have a set of action filters on my dashboard. Once I use the action filter I’m unable to reset it and use a new filter.
FYI: I’ve created 3 KPIs and a Data dump widget. I want the data dump widget to display the records based on the KPI selected. Once the user selects a KPI and views the records I want the second KPI click to re filter the data.
Hi @Radhika, There is a reset button on the top left corner of the dashboard. Have you tried using that to reset or undo the filter selection or action filter? Also can you elaborate on what you mean by data dump widget? Are you referring to the table chart as data dump widget? It will be helpful if you can share some screenshot provided there is no sensitive data.
Can you please elaborate what you mean by KPI (is it KPI visual or filter control). By Data dump do you mean a table visual?
It is possible to link KPI/filter-values using parameter and have Reset buttons created using custom visual. Action of reset-button resets/change parameter values and change filter on table (data dump).
Hello @Radhika, just to clarify, the data dump widget you are referring to is a table, correct?
If so, the method @AnwarAli mentioned seems the most appropriate. You can use navigation actions on the KPI visuals to set a parameter value that can filter the table visual.
Create a parameter based on the value you want to filter by and create a control from that parameter. Then the user can change the value of the parameter when they are looking at the table to alter the filter component. I’ll link some documentation for both of those actions below.
I will mark this as the solution. If you have any further questions, please let me know.