Forum Discussion
Dynamic Bookmark buttons
Hi, How to to make the bookmark buttons appear dynamically based on the slicer selection.
Hi Shahnaz_Fathima
There is an existing thread on the forum for this scenario. 🙂https://community.fabric.microsoft.com/t5/Desktop/Hide-button-based-on-slicer-choice/td-p/4182149
5 Replies
- Pragati11Super User
Hi Shahnaz_Fathima
There is an existing thread on the forum for this scenario. 🙂https://community.fabric.microsoft.com/t5/Desktop/Hide-button-based-on-slicer-choice/td-p/4182149
- Shahnaz_FathimaNew Member
Thanks Pragati11 for the link. I'll check
- v-tejramaCommunity Support
Hi Shahnaz_Fathima ,
Currently, Power BI does not allow bookmark buttons to appear or disappear dynamically based on slicer selections, as bookmarks and buttons are inherently static. Their visibility cannot be directly managed through DAX or slicers.
However, you can mimic dynamic behavior by using the Selection and Bookmark panes together. By creating separate bookmarks for each slicer state and adjusting button visibility within each bookmark, users experience a simulated dynamic effect as they switch between bookmarks. Alternatively, you could use a single button with a DAX-driven measure for its label or tooltip to provide interactive feedback, even though the button itself remains visible.
The method outlined in Pragati11 link offers a practical guide for controlling button visibility and creating dynamic effects through layered bookmarks and visual level filtering. Reviewing this resource may be helpful if you are interested in a detailed setup.
I hope this clarifies how you can achieve a dynamic bookmark experience within Power BI’s current capabilities.
Thank you,Tejaswi.