Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin 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.
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
Solved! Go to Solution.
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.
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.
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.
@Anonymous
I do not see any ways to do that
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
80 | |
59 | |
35 | |
35 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |