Forum Discussion
Anonymous
9 years agoNot applicable
Distinct count rows that are not blank!
Hey everyone, How can I count all the distinct values in a column except the blank(null) values? I tried several things but nothing works.
- Anonymous9 years ago
=calculate( distinctcount(MyTable[MyColumn]), MyTable[MyColumn] <> BLANK())
Anonymous
9 years agoNot applicable
=calculate( distinctcount(MyTable[MyColumn]), MyTable[MyColumn] <> BLANK())
fahadfarooqi
9 years agoFrequent Visitor