Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
@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:
Create a small table (disconnected) listing the names of your bookmarks (or pages)
Use that table in a slicer
Create a measure that returns the selected bookmark (or page name)
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.