Forum Discussion
Bookmarks - Selected and All Visuals
- 1 year ago
To accurately track bookmark behavior that toggles between visuals, it's important to have access to the .pbix file — in most cases where this setup doesn't work, the root cause is a timing issue between visibility settings and the moment the bookmark is updated. This is a very common mistake and often hard to spot without reviewing the file.
That said, for your use case — switching between different time spans (like 3 months, 6 months, etc.) — there's a simpler and more robust solution: Field Parameters.
Using Field Parameters allows the user to choose which columns or dimensions to display in a single visual, without having to stack multiple visuals or rely on bookmarks at all. It's easier to maintain and behaves more predictably.
Please refer to the linked guide :
https://www.youtube.com/watch?v=-nqEv2YXLsUIf this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Thank you all! I found I had to open the Selections Panel, hold CTRL+ while selecting all the visuals AFTER hiding/unhiding them. The option to use Parameters was way easier, so thank you to all who suggested that route.