Skip to content

Commit 68a1df9

Browse files
author
Owen Duncan
authored
Update approximate-distinctcount-function-dax.md
1 parent 2078519 commit 68a1df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/approximate-distinctcount-function-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recommendations: false
1313
---
1414
# APPROXIMATEDISTINCTCOUNT
1515

16-
Returns an *estimated* count of unique values in a column. This function invokes a corresponding aggregation operation in the data source, which is optimized for query performance, but with slightly reduced accuracy. This function can be used with the following data sources: Azure SQL, Azure SQL Data Warehouse, BigQuery, Databricks, and Snowflake. This function requires DirectQuery mode. Import mode and dual storage mode are not supported.
16+
Returns an *estimated* count of unique values in a column. This function invokes a corresponding aggregation operation in the data source, which is optimized for query performance, but with slightly reduced accuracy. This function can be used with the following data sources: Azure SQL, Azure Synapse dedicated SQL pool, BigQuery, Databricks, and Snowflake. This function requires DirectQuery mode. Import mode and dual storage mode are not supported.
1717

1818
## Syntax
1919

0 commit comments

Comments
 (0)