Forum Discussion
Can a button clear a single filter?
- Anonymous2 years ago
Hi Kimber ,
Bookmarks are a transient state in Power BI Desktop and we can use bookmarks to store the state we need. Single deselection can optionally be linked with a button and a bookmark, so that a single deselected transient state can be realized. I think you can check this documentation on bookmarks: Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Learn
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 2 years ago
Thank you SO much!!!
Thank you, Sergii24 ,.Your method will show a text box containing the filters selected, but I'm looking to create a button for each selected filter which I can then click to DESELECT the filter. Like in the image I posted.
Hi Kimber, thanks for the reply. You can only apply on of the selected actions to a button:
Therefore, there is no way to remove a single filter, only all of them. Single deselction should happen through a bookmark.
Have a great day!
- Kimber2 years agoHelper III
I don't understand what you mean when you say single deselection should happen through a bookmark. How would I use a bookmark for single deselection?
- Anonymous2 years agoNot applicable
Hi Kimber ,
Bookmarks are a transient state in Power BI Desktop and we can use bookmarks to store the state we need. Single deselection can optionally be linked with a button and a bookmark, so that a single deselected transient state can be realized. I think you can check this documentation on bookmarks: Create report bookmarks in Power BI to share insights and build stories - Power BI | Microsoft Learn
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Kimber2 years agoHelper III
Thank you SO much!!!