Power BI - Data Cleaning with Power Query
Given this DAX expression:
What will be the result of
UniqueCustomers = DISTINCT(Customer[CustomerID])What will be the result of
COUNTROWS(UniqueCustomers) if the Customer table has 100 rows with 80 unique CustomerIDs?