Forum Discussion
Hide a bookmark based on filter selection
- 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.
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.
Very innovative. But didnt work in case as I cannot cover the bookmark as the bookmark needed to be clicked.
- Icey6 years agoCommunity Support
Hi aparnavjyn ,
The second workaround won't overlay the bookmark icon. It changes the color based on slicer. Please check if it could meet your requirements.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.