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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have attriton data based on country. I have visuals whcih shows attrition %. I have a dropdown filter based on country.
1) Now i need all the visuals to be blank if multiple countries are selected. Visuals should show the numbers if only one country is selected.
2) We can see that if data is not available the visuals will show (Blank). Can we make it "-" or any mesage like "Data not available".
Solved! Go to Solution.
@unnijoy ,
For the entire visual to be blank.
You can use the following measure.
Hi @unnijoy ,
Please find .pbix attached.
Hope this is what you require.
https://drive.google.com/file/d/1lZTc-acls1PKWWpqQ2OWYp2KcQm-wqkD/view?usp=sharing
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!!
@unnijoy ,
For the entire visual to be blank.
You can use the following measure.
Hi @unnijoy ,
1. I think you can change your slicer to single-selection only mode to solve the problem:
2. Assuming you have a measure to calculate the attrition % called "attrition %" in your report.
You can try to add a new measure like:
if(isblank(attrition %),"-",attrition %)
Please try.
Aiolos Zhao
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 68 | |
| 60 | |
| 45 | |
| 19 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 107 | |
| 39 | |
| 30 | |
| 26 |