Reset all filters in analysis

It would be nice to have a Reset button to reset all filters in an analysis. Currently we have to reset each filter one by one.

We currently have a Reset button in dashboards but not in analyses.

1 Like

What exactly do you expect to happen when you click “Reset all filters” in an analysis?
Do you want all filters to be removed? Do you want to keep all filters but make them disabled? Something else?

(In dashboard, when you click “Reset” button, all filters go to the state they were when the dashboard was published by the author).

I guess it would make more sense for filters that are on the sheet or in controls. I would expect it to do the same thing as the “Reset” action for each individual control or on-sheet filter but for all of them at once.

1 Like

Thanks. I will pass the feature request to the owner for the area.

Hi, @Tatyana_Yakushev, I am wondering if this feature ever made it into production? Would certainly be a great little addition. One easy way is of course hitting the refresh button at the top left of dash board, but a little unintuitive for users who may not be using the dashboard frequently.

Hi, I am not sure if going crazy, but did this feature get implemented? It appears I have automatic refresh when I change parameters. If so, great work!

1 Like

Hello all, is this feature implemented ?

1 Like

Where can I find the automatic refresh option? I have been searching for a solution to reset the controls for a while. Thank you in advance.

I also think this is a good feature request.

I support this as well!
Especially when multiple filter actions engaged through my drill down analysis, with multiple charts, we go by resetting them one by one before moving on to the next topic. Very annoying.

Hi,

Is there any update on this feature? It would be highly impactful and time-saving for a lot of users.

Hi All,

While there’s no out of box way to create a reset button, there’s a work around that can be utilized to achieve.

To begin, the controls you’re trying to handle by the button will need to be setup as parameter controls.

Next, create a calculated field named whatever you’d like the reset button to say, for my example I used ‘Reset’:

image

Then, create a table visual and add the ‘reset’ as the only option. Hide the Title and header so that you’re only left with one block, which will serve as your button.

Now you can setup your actions to reset whichever controls you need to. Setup as a navigation action, although your target sheet will be the same sheet as your controls:

image

Last step, add each parameter that has a control you’d like to reset; for the ‘set parameter value’ use Custom, and then put in your default value being used for the control and hit ‘Add’.
You can add multiple parameters to this so that you can reset more than one.

image

I’ve also setup a demo in the Arena that includes a Reset button for review:
Button Demo