Forum Discussion
Anonymous
2 years agoNot applicable
Countrows not returning correct numbers
I have 2 tables DImDate and CC Starters and Leavers both connected via 1-n relationship see below. When I try to create a measure using countrows it then returns incorrect result for APR-22 and May-2...
Ahmedx
2 years agoSuper User
pls try this
Total Leavers Count =
CALCULATE(
COUNTROWS(
'CC Starters & Leavers_26_09_23'),
REMOVEFILTERS(),
VALUES('DW DimDate'[FirstDayOfMonth])
))