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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Alta88
Helper IV
Helper IV

Creating Bookmarks

I'm new to creating bookmarks and I can't seem to figure out how to go about it. 

 

In this report, I want to display team rosters, then have the user click on the info in the bottom right, which will then blank out the tables and display the total team members on each. 

 

Alta88_0-1660854946478.pngAlta88_1-1660855055143.png

 

4 REPLIES 4
Anonymous
Not applicable

Hi  @Alta88 ,

I created some data:

vyangliumsft_0-1661240880256.png

Here are the steps you can follow:

1. Create measure.

Flag =
IF(
    MAX('Table'[Role])="total team members",1,0)

2. Place [Flag] in Filter, set is =1, and create a Bookmark.

vyangliumsft_1-1661240880261.png

3. Place [Flag] in Filter, set is =0, and create a Bookmark.

vyangliumsft_2-1661240880265.png

4. Insert – Button – Navigator – Bookmark bavigator.

vyangliumsft_3-1661240880273.png

5. Result:

vyangliumsft_4-1661240880275.png

If you need pbix, please click here.

Creating Bookmarks.pbix

 

Best Regards,

Liu Yang

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

Alta88
Helper IV
Helper IV

I tried creating the elements to display the tables and then hide them, but then can't seem to tie in the navigation button (i) to get it toggle between views.

you cannot use buttons to toggle. You can use buttons only to enact. To toggle you need to use slicers.

lbendlin
Super User
Super User

OK. What have you tried and where are you stuck?  Are you aware that bookmarks can be customized to cover only certain UI elements?

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.