Forum Discussion
magtuto
9 years agoHelper I
Count All Rows No Blank
Hello All, I thought this would be simple to do. Im just finding it difficult to create a measure that counts the number of rows, ignoring all blank rows. I thought that the 'ALLBLANKROW' funct...
- Anonymous9 years ago
magtuto Have you tried =COUNTA('table'[column])? Counts the values, not blank in my quick test.