Forum Discussion
JothiG
Helper III
6 months agoDax 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
JothiG
Helper III
6 months agoCALCULATE( COUNTROWS ( VW_Holiday_details ),ALL(VW_Holiday_details)) --this is also gives 16 rows.
krishnakanth240
Super User
6 months ago