Forum Discussion

atin's avatar
atin
Advocate III
6 years ago

Top N Function and BLANK()

Hi  - I created a measure for the top 100 Customers.   See below: Top 100 Customers = CALCULATE( [Total Sales], TOPN( 100, ALL(Customer_Lookup[customer names]), [Total Sales], DESC), VALUES( ...