Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
bernardoamaral
Frequent Visitor

Problem with bookmark navigator button in Power BI Service

I have the following page in Power BI Service:

bernardoamaral_0-1659110315852.png

The buttons alternate the Column Chart with the Pie Chart (it's a bookmark navigator button):

bernardoamaral_1-1659110546405.png

My question is: Why when I refresh the page with the bookmark active, the button resets to the Column Chart, but the graph appearing is the pie Chart. Does anybody knows the answer to this?

bernardoamaral_0-1659111998927.png



Thank you

3 REPLIES 3
v-yalanwu-msft
Community Support
Community Support

Hi, @bernardoamaral ;

I tested the bookmark plus button and it is normal, unable to reproduce your problem, can you share your simple file? And how you refresh it.

vyalanwumsft_0-1659418871482.pngvyalanwumsft_1-1659418877034.pngvyalanwumsft_2-1659418885920.png

vyalanwumsft_3-1659418902511.png

 

How to upload PBI in Community


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

gauthamboppana
Solution Specialist
Solution Specialist

@bernardoamaral  - Its better to create ref table and use that to capture the user selections.

1) Create a simple static table. Add this as a slicer on the report and hide it.

gauthamboppana_1-1659113443134.png

 


2.  Now update your bookmark for showing Column chart to include the Chart type slicer. But make sure you select 'Column' as the chart type. Vice versa for the Pie chart.

3. Create a measure to capture the chart type selection.  
   If( selectedvalue(charttype[charttype] = "Column", 1, 0)


4) Now use this measue to conditionally format your buttons. 

This way you can always show the correct selections on the buttons. Hope this helps !


Did I answer your question? Mark my post as a solution! If not, please feel free to ask me.

Also, I would ❤ Kudos if my solution helped.  It is a token of appreciation!

Thank you very much !

 

















@gauthamboppana Thank you for the response.

 

This was an example that I made to show that there is a problem with the bookmark navigator buttons.

 

I appreciate your backup solution, but unfortunately this is not a solution for the problem I'm having. I'm working in a report (not this one, this one is just an example) that I need to embeed into another platform, and depending on the user, I must alternate the bookmark vision.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors