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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors