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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Hide visuals based o conditions

Hi, I need a solution for this requirement.

My report page has two sections. The first one is a table where rows can be selected. The second part has several visuals that have values and should be all displayed only when some items are selected in the table.

I want to show the second part of the page only when the "right" rows are selected in the table (i.e. condition satisfied).

I cannot use images to hide/unhide because visuals to be shown are charts and histograms and slicer. If I work with images they should be in the front ("bring to the front") so no interaction with the visuals is allowed.

I cannot use bookmarks because the action behind the button cannot be disabled.

Have you any suggestion / trick to share?

Roberto

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Try create a measure like IF(selectedvalue(table[value])=rightvalue,1,blank()) then add the mueasure to visual filter measure =1.

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

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

3 REPLIES 3
Syndicate_Admin
Administrator
Administrator

Realize something similar, All values and titles leave them blank, they are not seen with the white background, and place a box with fill condition (Style, Fill, Function, Rule) between the background and the visual, in my case, select an important value and when it is less than cirta condition, it means that a unique value is being selected, The box changes color and the values are displayed.

dantecervantes3_0-1671032428208.png

Anonymous
Not applicable

Hi @Anonymous ,

 

Try create a measure like IF(selectedvalue(table[value])=rightvalue,1,blank()) then add the mueasure to visual filter measure =1.

 

Best Regards,

Jay

 

Community Support Team _ Jay Wang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

az38
Community Champion
Community Champion

@Anonymous 

I do not see any ways to do that


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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