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. ...
  • Shahid12523's avatar
    1 year ago

    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.