Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

SHOW OR HIDE A POWER BI VISUAL DEPENDING ON THE SELECTION

Hello, 

 

How to hide or show a visual according to the selection of a segment ?

 

The visual displayed once the selection is made must be clickable.

1 ACCEPTED SOLUTION
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Hidden visual effects can be made with bookmarks, one bookmark is shown and one bookmark is hidden, with buttons for interaction

https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive

Create report bookmarks in Power BI to share insights and build stories

https://www.c-sharpcorner.com/article/how-to-add-button-using-bookmarks-in-power-bi/


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Is your problem solved? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

Hidden visual effects can be made with bookmarks, one bookmark is shown and one bookmark is hidden, with buttons for interaction

https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive

Create report bookmarks in Power BI to share insights and build stories

https://www.c-sharpcorner.com/article/how-to-add-button-using-bookmarks-in-power-bi/


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Hi @amitchandak

Thank you for your answer however if I do this my bottom visual will not be clickable ?

amitchandak
Super User
Super User

@Anonymous , One way is to make data blank using isfiltered. There we technique to put a box over the visual witch between transparent color

 

IF(calculate(ISFILTERED(Table[ID]), allselected()) , [Measure], blank())

 

use above measure in the visual level filter and check for non blank

 

color measure to be use in conditional formatting using filed value option

IF(ISFILTERED(Table[ID]),"White","#FFFFFF00")


IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]),"White" ,"#FFFFFF00")


IF(ISFILTERED(Table[ID]) && hasonevalue(Table[ID]) && max(Table[ID]) =1,"White" ,"#FFFFFF00")

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.