Forum Discussion
Anonymous
1 year agoNot applicable
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. ...
- 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.
Shahid12523
1 year agoCommunity 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.
- Anonymous1 year agoNot 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.