Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone,
I’m having an issue with the functionality of bookmarks in Power BI, and I’m hoping someone can help me out.
I’ve created a file with a simple example (attached).
Here’s the situation:
The expected behavior is:
Then:
The problem:
I’ve tried several combinations of bookmark options, but I can’t get it to work as expected.
Does anyone know how to achieve this?
Thanks in advance!
Solved! Go to Solution.
Hi @Frankllina ,
If you want to show case different calculations I would go for the approach of the Field parameters instead of bookmarks.
Bookmarks are very difficult to maintain and even harder to keep in sync with different options, for this type of interactions you need to hide/unhide the correct ones.
Using a Field parameter you can change the values on a visual directly and then using additional columns you can create a hierarchy slicer that will be must easier to maintain.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Frankllina,
From what I see in the images, number of buttons are less than expected. Also, seems like bookmark is not set properly if you say on selection on A again, A2 is selected and data of A1 is displayed.
I have attached a pbix with the desired result. You can run through the bookmarks and buttons to understand how to achieve in your scenario.
Here's what you will find in the pbix:
When A1 is selected and you click on B, it would go the B1.
When A1 is selected and you click on A2, it would go the A2.
When A2 is selected and you click on B, it would go the B2.
When A2 is selected and you click on A1, it would go the A1.
When B1 is selected and you click on A, it would go the A1.
When B1 is selected and you click on B2, it would go the B2.
When B2 is selected and you click on A, it would go the A2.
When B2 is selected and you click on B1, it would go the B1.
Here's how the button structuring would look like:
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Hi @Frankllina,
From what I see in the images, number of buttons are less than expected. Also, seems like bookmark is not set properly if you say on selection on A again, A2 is selected and data of A1 is displayed.
I have attached a pbix with the desired result. You can run through the bookmarks and buttons to understand how to achieve in your scenario.
Here's what you will find in the pbix:
When A1 is selected and you click on B, it would go the B1.
When A1 is selected and you click on A2, it would go the A2.
When A2 is selected and you click on B, it would go the B2.
When A2 is selected and you click on A1, it would go the A1.
When B1 is selected and you click on A, it would go the A1.
When B1 is selected and you click on B2, it would go the B2.
When B2 is selected and you click on A, it would go the A2.
When B2 is selected and you click on B1, it would go the B1.
Here's how the button structuring would look like:
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Hi Frankllina,
We are following up to see if what we shared solved your issue. If you need more support, please reach out to the Microsoft Fabric community.
Thank you.
Thankyou, @MFelix, @DNMAF, @Jai-Rathinavel, and @Anand24for your responses.
Hi Frankllina,
We appreciate your inquiry through the Microsoft Fabric Community Forum.
We would like to inquire whether have you got the chance to check the solutions provided by @MFelix, @DNMAF, @Jai-Rathinavel, and @Anand24 to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.
Thank you.
Hi @Frankllina,
From what I see in the images, number of buttons are less than expected. Also, seems like bookmark is not set properly if you say on selection on A again, A2 is selected and data of A1 is displayed.
I have attached a pbix with the desired result. You can run through the bookmarks and buttons to understand how to achieve in your scenario.
Here's what you will find in the pbix:
When A1 is selected and you click on B, it would go the B1.
When A1 is selected and you click on A2, it would go the A2.
When A2 is selected and you click on B, it would go the B2.
When A2 is selected and you click on A1, it would go the A1.
When B1 is selected and you click on A, it would go the A1.
When B1 is selected and you click on B2, it would go the B2.
When B2 is selected and you click on A, it would go the A2.
When B2 is selected and you click on B1, it would go the B1.
Here's how the button structuring would look like:
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Hi @Frankllina,
From what I see in the images, number of buttons are less than expected. Also, seems like bookmark is not set properly if you say on selection on A again, A2 is selected and data of A1 is displayed.
I have attached a pbix with the desired result. You can run through the bookmarks and buttons to understand how to achieve in your scenario.
Here's what you will find in the pbix:
When A1 is selected and you click on B, it would go the B1.
When A1 is selected and you click on A2, it would go the A2.
When A2 is selected and you click on B, it would go the B2.
When A2 is selected and you click on A1, it would go the A1.
When B1 is selected and you click on A, it would go the A1.
When B1 is selected and you click on B2, it would go the B2.
When B2 is selected and you click on A, it would go the A2.
When B2 is selected and you click on B1, it would go the B1.
Here's how the button structuring would look like:
Give a Thumbs Up if this post helped you in any way and Mark This Post as Solution if it solved your query !!! Proud To Be a Super User !!! |
Hi @Frankllina , I was able to reproduce your issue at my end and I tried playing with the bookmark options they are not helping. As a work around you can use the combination of Bookmark and Field Parameter, Visual Level filters or Slicers to achieve the same. Instead of creating 4 to 6 bookmarks you can create two bookmarks for A and B, then use A1, A2, B1 and B2 as button slicers.
Proud to be a Super User! | |
Hello @Frankllina ,
which options did you choose for your bookmarks? And did you choose for all bookmarks the same options?
What I mean, is this selection from the bookmark context (...) menu:
Working with bookmarks is always a bit tricky. Most probably you did something wrong during "Updating" one of the bookmarks.
Hi @Frankllina ,
If you want to show case different calculations I would go for the approach of the Field parameters instead of bookmarks.
Bookmarks are very difficult to maintain and even harder to keep in sync with different options, for this type of interactions you need to hide/unhide the correct ones.
Using a Field parameter you can change the values on a visual directly and then using additional columns you can create a hierarchy slicer that will be must easier to maintain.
https://learn.microsoft.com/en-us/power-bi/create-reports/power-bi-field-parameters
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThe Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 143 | |
| 124 | |
| 101 | |
| 80 | |
| 55 |