Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Avoid bookmark from changing slicers

Hello community,

 

I'm working with bookmarks in a report. I need bookmark1 to store a page-level filter where "ItemCode" starts with "950", and bookmark2 to show all items with no filter applied.

To do this, I check "Data" and uncheck "Display".

The issue is that all slicers reset to the initial values from bookmark1. How can I keep slicer selections unchanged regardless of the selected bookmark?

 

  • To keep slicers unchanged when switching bookmarks:
    Use "Selected visuals" when updating the bookmark—don’t include slicers.
    Avoid checking "Data" if you don’t want slicer states saved.
    Or use DAX/page filters instead of bookmarks to control visuals.

2 Replies

  • Shahid12523's avatar
    Shahid12523
    Community Champion

    To keep slicers unchanged when switching bookmarks:
    Use "Selected visuals" when updating the bookmark—don’t include slicers.
    Avoid checking "Data" if you don’t want slicer states saved.
    Or use DAX/page filters instead of bookmarks to control visuals.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hello,

      I can't avoid checking data because I need that the bookmark apply a "filter on this page".
      But i would like when passing from filtered bookmark to unfiltered bookmark, to keep the slicers with the same choice.