Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
How to retain a visual pane when filtering in Slicer?
when im picking a certain data in slicer and comes up with no data
the Visual Pane like Donut Chart or Bar Chart Disappear
what it sould look like is has 0 data.
Solved! Go to Solution.
Place a card behind this chart and add measure with condition if data is blank then show “ No Data Available” otherwise as “ “.
Make the background of your chart as transparent.
Place a card behind this chart and add measure with condition if data is blank then show “ No Data Available” otherwise as “ “.
Make the background of your chart as transparent.
I Created something like No Data = if(ISBLANK(Count('table name'[column name])), "No Data", "") and it work like your sample thank you!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.