Forum Discussion
Andrew_na_lang
Helper V
4 years agoCount unique item codes per order id
Hi Fam, I have a table matrix where the item codes are sorted by the order id. I need to know how many unique items are received per order id. In the example above, the total ite...
- 4 years ago
Andrew_na_lang , Try this measure:
MEASURE = CALCULATE(DISTINCTCOUNT(TableName[Item No]),ALLEXCEPT(TableName,TableName[OrderID]))
Tahreem24
Super User
4 years agoAndrew_na_lang , Try this measure:
MEASURE = CALCULATE(DISTINCTCOUNT(TableName[Item No]),ALLEXCEPT(TableName,TableName[OrderID]))