Stephane Viot on 07 Oct 2015 23:52:58
Count of should return 0 instead of '(Blank)' (looks better on a Dashboard)
Administrator
You can do this with the COALESCE function: https://docs.microsoft.com/en-us/dax/coalesce-function-dax. For example:
= COALESCE(SUM(FactInternetSales[SalesAmount]), 0)
- Comments (54)
RE: Count should return 0 instead of (Blank)
Would definitely prefer count to be 0 instead of (Blank).
RE: Count should return 0 instead of (Blank)
i am having the similar problem
RE: Count should return 0 instead of (Blank)
Yes. I'm having the same eyesore on my dashboard.
RE: Count should return 0 instead of (Blank)
Yes, just created a new dashboard for us, but it would look better if it displayed 0 and not Blank.