Forum Discussion
Anonymous
2 years agoNot applicable
Calculated Column to Count based on Condition
Dear All, I am having the below table and I had created and want to have only one Calculated Column tha tells about total number of Rows for Sptin6 and total number rows in sprint5 . Sn...
- 2 years ago
Anonymous ,
try this
Calculated Column = CALCULATE( COUNTA('Table'[Sprint]), ALLEXCEPT('Table','Table'[Sprint]))
Arul
2 years agoSuper User
Anonymous ,
try this
Calculated Column = CALCULATE(
COUNTA('Table'[Sprint]),
ALLEXCEPT('Table','Table'[Sprint]))