Forum Discussion
vjnvinod
4 years agoImpactful Individual
Count formula issue
Hi Experts this is my current measure, which appears to be working fine Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate])) now th...
- 4 years ago
please ignore I found the solution
Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),'Current HC'[Office Joining Date]<>BLANK(),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate]))
vjnvinod
4 years agoImpactful Individual
please ignore I found the solution
Current HCount = CALCULATE( COUNTA('Current HC'[GPN]),'Current HC'[Office Joining Date]<>BLANK(),FILTER(ALL('Date'),'Date'[Date]<=[LastSelectedDate]))
- Anonymous4 years agoNot applicable
Hi vjnvinod ,
Glad you solved the problem yourself, you can mark the reply as the solution, more people will benfit.
Best Regards,
Stephen Tao