Forum Discussion
hkrash0920
9 years agoHelper I
Countrows Function
Hi...I am not sure I what I about to say correctly so please forgive me. I am trying to count rows in a table and have the filters that have applied to the table outside applied. When I use the C...
- Anonymous9 years ago
And how have you written Client Count for that screenshot? COUNTA should give the same results as the count quick measure unless you've added something else.
Anonymous
9 years agoNot applicable
Why would you not just use counta?
Client Count = COUNTA('Global Sales and Pipeline Extra'[Client])
- hkrash09209 years agoHelper I
The outcome is not right. I am assuming it is counting all the text characters in each cell. The column is all text. Thanks.
- Anonymous9 years agoNot applicable
No, it's counting each non-blank row in the column given the filter context, including duplicate values. Maybe you want DISTINCTCOUNT? It's unclear how your data is structured or how exactly the incorrect results are incorrect.
- hkrash09209 years agoHelper I
Here is a screenshot of it. Does this help? Count of client is correct.