Forum Discussion
How to not count the null/empty value in visualizations
Hi,
I just noticed that in my visualizations, when I use the Count Distinct to display values, it's actually counting one more for the Null/Empty values. I tried making the values "" or Null, from the reporting side, and it doesn't matter, the "value" is still counted.
I know it's just one more value, but that makes it not 100% accurate to what my listing is backing up.
Is there a way to force the Count to not count the Null/Empty value in the visualizations?
Thanks in advance!
Brenda
5 Replies
- vanessafvgCommunity Champion
i think you need to use this function
COUNTAX Function (DAX) The COUNTAX function counts nonblank results when evaluating the result of an expression over a table. That is, it works just like the COUNTA function, but is used to iterate through the rows in a table and count rows where the specified expressions results in a nonblank result.
https://msdn.microsoft.com/en-us/library/ee634219.aspx?f=255&MSPPError=-2147217396
- brendaivettAdvocate II
Hi,
I used DISTINCTCOUNT for a measure, but in this case it's for showing the count number of records in a chart or table, so that the user can see the total count and if they want to see the records that add to it, just use the "see records" option.
In the case I'm testing, I have 1608 different values among several records, and there are some Null values, and the count is showing 1609, so I'm assuming is counting the "distinct empty value".
Thanks!
Brenda
- VvelardeCommunity Champion