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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a table visual with 3 slicers as shown below. One slicer has (blank) values as some cases are unresolved yet. As you can see, the (blank) values (the red ? mark) are showing up when 0 is selected in this slicer. It works fine with all other non-zero values. What's wrong with it and how to fix it?
Thanks.
Solved! Go to Solution.
Column quality and Column Profile shows there are 132 (13%) blank values. I changed its data type to whole number, but it won't fix my issue. I am going to convert blank value to -1 to fix the issue.
Thanks anyway.
Happy to hear that!
The issue is addressed after I converted blank to -1.
Column quality and Column Profile shows there are 132 (13%) blank values. I changed its data type to whole number, but it won't fix my issue. I am going to convert blank value to -1 to fix the issue.
Thanks anyway.
Hi @bergen288. It could be due to different datatypes. Navigate to Power Query Editor -> View and select Column quality and Column Profile, it will help you to identify the real emtpy values. Also Power BI treats the blank values as zero when you select 0.
Try these, and I hope it helps!