Forum Discussion
Anonymous
6 years agoNot applicable
CALCULATE(COUNTROWS(),(FILTER) function
Hello, If I use the =CALCULATE(COUNTROWS(),(FILTER) function is there a way to show that if a row is blank, show 0?
- 6 years ago
I think
CALCULATE(COUNTROWS((FILTER ()) +0 , should work
amitchandak
6 years agoSuper User
I think
CALCULATE(COUNTROWS((FILTER ()) +0 , should work
- Anonymous6 years agoNot applicable
Hi Amit
I tried the below and it doesn't work?