Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 around for this? Many thanks!
Solved! Go to Solution.
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.
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.
@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
Yes, was looking for the same. Any work around for making the bookmark transparent based on a filter selection?
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
109 | |
98 | |
39 | |
30 |