Forum Discussion

Kimber's avatar
Kimber
Helper III
2 years ago
Solved

Can a button clear a single filter?

When a user selects a data point, I would like to show a button that indicates the filter being used. When the button is clicked, the filter would be removed and the button would disappear. The image...
  • Anonymous's avatar
    Anonymous
    2 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.

     

     

  • Kimber's avatar
    Kimber
    2 years ago

    Thank you SO much!!!