Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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