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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-yangliu-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.