Forum Discussion
aparnavjyn
6 years agoHelper I
Hide a bookmark based on filter selection
Hi, I wanted to hide a bookmark based on the selection made on a geography filter. When one particular value is selected in the filter the only the bookmark should be visible. Is there any work a...
- 6 years ago
Hi aparnavjyn ,
How about using a card to cover the BookMark icon?
Reference: Show or Hide a Power BI Visual Based on Selection.
Or, you can create a measure like so:
Make Transparent Measure = IF ( SELECTEDVALUE ( 'YourTable'[SlicerColumn] ) = "particular value", "Black", "#FFFFFF00" )Then, select the bookmark icon and set rule of Line color in icon field.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
6 years agoSuper User
aparnavjyn , are you looking for what has been posted in idea https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/33726934-hide-certain-bookmarks
aparnavjyn
6 years agoHelper I
Yes, was looking for the same. Any work around for making the bookmark transparent based on a filter selection?