Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!