DISTINCTCOUNT – DAX Guide
dax.guide › distinctcountCounts the number of distinct values in a column. Syntax. DISTINCTCOUNT ( <ColumnName> ) Return values. Scalar A single integer value. The number of distinct values in ColumnName. Remarks. The only argument allowed to this function is a column. You can use columns containing any type of data.