Forum Discussion
Anonymous
6 years agoNot applicable
not getting the right count using countrows
I'm using a measure to count the number of rows in a column "Parked at School" that is a "Y". What is happening is the card visualization is showing a much higher number than the actual. If I click o...
FrankAT
Community Champion
6 years agoHi Anonymous ,
use the following measure:
How often parked at School = CALCULATE(COUNT('Table'[Parked at School]);'Table'[Parked at School] = "Y")
Regards FrankAT