APPROXIMATEDISTINCTCOUNT is a DAX function that returns an estimated count of unique values in a column, optimized for performance with slightly reduced accuracy.
Syntax
APPROXIMATEDISTINCTCOUNT( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column for which the distinct values are counted. |