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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Sinky22
Frequent Visitor

Using the new button slicer to navigate to a bookmark on selection

Is there a way to use the new button slicer to navigate to a bookmark?

 

I want to have a dynamic set of buttons that open and switch to different bookmarks. The button values are based on filtered table content

1 REPLY 1
BeaBF
Super User
Super User

@Sinky22 Hi! not directly — the “new button slicer” (or slicer visuals) can’t inherently trigger a bookmark. But you can simulate that behavior using bookmarks + buttons + DAX measures / conditional navigation.

Workaround:

  1. Create a small table (disconnected) listing the names of your bookmarks (or pages)

  2. Use that table in a slicer

  3. Create a measure that returns the selected bookmark (or page name)

  4. On a button, set “Action → Bookmark (or Page)” and use the “fx” (conditional formatting) to pick the destination based on that measure

This gives you effectively a dynamic “button slicer” — albeit the slicer only picks the destination name, and you still click the button to activate navigation.

 

BBF


💡 Did I answer your question? Mark my post as a solution!

👍 Kudos are appreciated

🔥 Proud to be a Super User!

Community News image 1920X1080.png

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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