Unique count

Definition

The number of distinct non-NULL values in the monitored column. Highlights unexpected changes in cardinality (e.g., new user IDs, codes).

Source

data

Computation

COUNT(DISTINCT <column>


You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

Last updated

Was this helpful?