Forum Discussion
How to Handle Multiple Bookmark Interactions for Different Visual Sections in Power BI?
- 1 year ago
I identified the issue:
1. Switch from ‘All Visuals’ to ‘Selected Visuals.’
2. In the Visualization Panel, select the visuals impacted by the bookmark and hide the ones not needed. Once the desired behavior is set, update the bookmark.
Hope this helps. The two sections consist of two grouped visualizations, and the buttons are at the top. Each button in each section must change the visualization below it without affecting the other group. Using the Selected Visuals option, I can’t achieve this because, by default, some visualizations overlap others. I haven’t found a way to automatically maintain the selections made by the user in each group. (the black numbers are the number of visuals that are within each group)
julsr ,
Hmm, if the term bookmarks are responsible for the visualizations on the left, and the Card bookmarks for those on the right, and additionally in the sections the visualizations are overlapped in the right way, then Selected Visual should be able to handle it without any problems.
Please send descriptions of situations that may occur or send a .pbix file with an example, then I can describe it in more detail.
| Memorable Member | Former Super User If I helped, please accept the solution and give kudos! |
- julsr1 year agoContinued Contributor
Yes, you’re right about the bookmarks utilization. For example, if the user selects Term Balance and then Card Count, but in the Selection Option the visualization for Term% is placed above Term Balance (and that’s how the bookmark for Card Count was saved), it will ignore the user’s selection of Term Balance and display Term% instead, because that’s how the hierarchy was set for Card Count. This could happen with all the buttons as they're saved in a different way and they are not responsive based on the selection of the user for the section.
- lkalawski1 year agoResident Rockstar
What is above or below is set in the selection panel and theoretically has nothing to do with bookmarks.
From what you wrote, it appears that bookmarks from the card section also affect the Term section (they have the state of these visualizations saved) - correct me if I'm wrong.
If this is really the case, then to try to set the bookmarks correctly, you first need to write down all the possible combinations that you would like to be visible, and then try to match the bookmark settings to this.
In my opinion, this is possible (as long as the bookmarks are not mutually exclusive), but you need to write down the cases.
- julsr1 year agoContinued Contributor
I identified the issue:
1. Switch from ‘All Visuals’ to ‘Selected Visuals.’
2. In the Visualization Panel, select the visuals impacted by the bookmark and hide the ones not needed. Once the desired behavior is set, update the bookmark.