Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

Count should return 0 instead of (Blank)

Count of should return 0 instead of '(Blank)' (looks better on a Dashboard)
Status: Declined
Comments
smithr315
New Member
Yes. I'm having the same eyesore on my dashboard.
henry_edwards
New Member
Yes, just created a new dashboard for us, but it would look better if it displayed 0 and not Blank.
hasan_arslan
New Member
i am having the similar problem
ssugar1
New Member
Actually I've worked around this by creating a new measure and using a dax formula to do my count
ssugar1
New Member
Would definitely prefer count to be 0 instead of (Blank).
jade_doherty1
New Member
Hello @Scott Sugar - do you mind sharing what the DAX would look like for that?
fbcideas_migusr
New Member
This is a must!
cvisser
New Member
'@JadeD I used this DAX; IF(COUNTROWS('Today')=0,0,COUNTROWS('Today')) Where 'Today' is a filtered table.
Brewercraig13
Regular Visitor
You can try Measure = Count() + 0
fadzlina1
New Member
I need a solution for displaying 0 instead of blank () in card visualization
OSZAR »