DISTINCTCOUNTNOBLANK is a DAX function that counts the number of distinct non-blank values in a specified column.
Syntax
DISTINCTCOUNTNOBLANK( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column for which the distinct values are counted, no blank value included. |