The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
How to make visual blank(hiding data) when slicer not selected any option
Solved! Go to Solution.
@Anonymous There is no direct way but there is workaround. You can refer below thread for it.
https://community.powerbi.com/t5/Desktop/Show-or-Hide-a-Visual-Based-on-Slicer-Selection/m-p/789692
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @Anonymous ,
You can create a measure like below and use it as filter on your visual:-
Measure= if(ISFILTERED('slicer_table'[column]),1,0)
Thanks,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
When do this table headers still appearing when slicer not selected how to hide it?
@Anonymous Visual will appear anyways but no value will be displayed.
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Is there any way to hide table headers?
@Anonymous There is no direct way but there is workaround. You can refer below thread for it.
https://community.powerbi.com/t5/Desktop/Show-or-Hide-a-Visual-Based-on-Slicer-Selection/m-p/789692
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
User | Count |
---|---|
87 | |
84 | |
36 | |
35 | |
30 |
User | Count |
---|---|
96 | |
75 | |
67 | |
52 | |
52 |