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!View all the Fabric Data Days sessions on demand. View schedule
Hi,
I have the following table:
TableA:
Key
Status (which can be In Progress, Done, etc)
The issue is that when I map the Status field to a Card, use the Count on this fieldAND filter on the Status value it shows blank instead of 0.
Thus, if In Progress on a Card has 20 items, it shows correctly for that Card, I have a 2nd Card that is filtered down to Done, but there are no records, thus showing "Blank" and I need it to show 0.
Solved! Go to Solution.
Hi @EaglesTony
Create a simple measure that will be = COUNT(TableA[Status[) +0
+0 will cause the calculation to work fine.
Wow...I overthought it...thanks!
Hi @EaglesTony
Create a simple measure that will be = COUNT(TableA[Status[) +0
+0 will cause the calculation to work fine.
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!