Forum Discussion
Anonymous
9 years agoNot applicable
Count zeros only
I want to count customers with zero revenue only. I'm able to count customers with revenue, but I can't make the inverse work no matter what formula I try. This is my latest failure: Zero On...
- 9 years ago
Hi Anonymous,
As the picture showed, the upper is my test data and the bottom is the result. It works, which is the formula in your first post. Could you please post a snapshot of the result of yours? How does it show up in a Card visual?
Best Regards!
Dale
Anonymous
9 years agoNot applicable
Comes back as BLANK every time
Zero Only = CALCULATE(COUNTROWS('Distinct Cust'),FILTER('All Cust','All Cust'[Revenue]=0))
Interkoubess
9 years agoSolution Sage
Hi Anonymous,
Another try, if it does not work then I eally don,t understand...
Zero Only = CALCULATE(COUNT('All Cust'[ISP Name]),'All Cust','All Cust'[Revenue]=0)
Let us know...
Ninter