Forum Discussion

Joshua-Phillips's avatar
Joshua-Phillips
Regular Visitor
1 year ago
Solved

Bookmarks - Selected and All Visuals

Hi,    I am trying to use 4 separate visuals stacked over one another to allow my users to toggle how may columns of data are being shown. I created bookmark "3 Months" and selected that visual to ...
  • Ritaf1983's avatar
    1 year ago

    Hi Joshua-Phillips 

    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=-nqEv2YXLsU

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly