Forum Discussion
Count zeros only
- 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
It's customers with $0 in each row.
Hi Anonymous.
Please try this formula
Zero Only = CALCULATE(COUNTROWS('ISP Name'),FILTER('All Cust','All Cust'[Revenue]=0))
Thanks
- Anonymous9 years agoNot applicable
Comes back as BLANK every time
Zero Only = CALCULATE(COUNTROWS('Distinct Cust'),FILTER('All Cust','All Cust'[Revenue]=0))
- Interkoubess9 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
- Anonymous9 years agoNot applicable
BLANK
I just don't get it, there's 11 zeroes there and I've made sure it's properly formatted.
Zero Only = CALCULATE(COUNT('All ISPs'[ISP Name]),'All ISPs','All ISPs'[Revenue]=0)
And this comes back with 51 which is the total count:
Zero Only = CALCULATE(COUNT('Distinct ISP Name'[Corporation]),'All ISPs','All ISPs'[Revenue]=0)