Forum Discussion
iamprajot
8 years agoResponsive Resident
CountIf as CountAX
Hi, I am using this to count the repetition of CustomerID for each row CALCULATE(COUNTROWS(Orders),ALLEXCEPT(Orders,Orders[CustomerID])) Is it possible without Calculate to count the occurences ...
Greg_Deckler
8 years agoCommunity Champion
Yes but you syntax is incorrect:
COUNTAX(ALLEXCEPT(Orders,Orders[CustomerID]),[CustomerID])
iamprajot
8 years agoResponsive Resident
It's giving me the overall total count in each row.