Forum Discussion
JothiG
6 months agoHelper III
Dax correction
CALCULATE( COUNTROWS ( VW_Holiday_details) ,ALL(VW_Holiday_details[fin_year])) --this dax is not working correctly -- result should be 19 rows but result is 16 rows . sample data here div_c...
- 6 months ago
Ashish_Mathur
6 months agoSuper User
Hi,
Why are you using the ALL() function there? Why not just this?
=CALCULATE( COUNTROWS ( VW_Holiday_details)