The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
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.
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.
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.
Hi @amitchandak,
Thank you for your answer however if I do this my bottom visual will not be clickable ?
@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")
User | Count |
---|---|
77 | |
76 | |
36 | |
31 | |
29 |
User | Count |
---|---|
93 | |
79 | |
57 | |
48 | |
48 |