The CountDistinct function returns the number of unique values within a column or group.
CountDistinct(column)
Function arguments:
column (required) The column of values to be counted. Duplicate and Null or empty values are not counted.
CountDistinct([City])
Returns the number of unique city names.
Last updated 10 months ago
Was this helpful?