Forum Discussion
CountIf as CountAX
Yes but you syntax is incorrect:
COUNTAX(ALLEXCEPT(Orders,Orders[CustomerID]),[CustomerID])
I think using ALLEXCEPT as table expression in X - ITERATORs typically yields circular dependency error
=
COUNTAX (
FILTER ( Orders, Orders[Customer ID] = EARLIER ( Orders[Customer ID] ) ),
[Customer ID]
)- iamprajot8 years agoResponsive Resident
It's working but I looking for something based on just COUNTAX and ALLEXCEPT and no use of Filtering or Earlier or any other function.
- iamprajot8 years agoResponsive Resident
Hi, Greg_Deckler/Zubair_Muhammad
You seems to be having a good catch on DAX and how to use it to get the desired result.
I have 1 question for you, how can I be better at DAX and get the complete understanding of utilizing the DAX functions to get the desired result.I mean what you would suggest based on your experience that helped.
Books do not cover functions deeply as much as they should so what do you suggest that really helps.
Any specific Book/PDF/This Community/Any other source.