Syntax
DISTINCTCOUNTNOBLANK(<column>)
Tutorial with example
In today’s video I will show you the new measure DISTINCTCOUNTNOBLANKS, when it works, when it doesn’t and how it compares with DISTINCTCOUNT.
More tutorials about COUNT
In this tutorial we go through all the count functions. Below you can see the keynotes of the tutorial, so you can jump ahead to the one you need:
02:44 COUNT text (#ERROR), 03:24 COUNT numbers, 04:20 COUNT blanks, 04:56 COUNT dates
05:36 COUNTA text, 06:44 COUNTA numbers
07:27 COUNTX
09:16 COUNTAX
09:58 DISTINCTCOUNT
10:59 COUNTROWS(DISTINCT)
12:06 COUNTBLANK
12:34 COUNTROWS, 13:32 COUNTROWS with columns (#ERROR), 14:33 COUNTROWS with an expressionion

Download example file:
Download the sample file here.
Remarks
Unlike DISTINCTCOUNT function, DISTINCTCOUNTNOBLANK does not include the BLANK value.
Leave a Reply