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
parry2k
Super User
6 years agoAnonymous you can do something like this
your measure = caclulate(countrows(), filter()) + 0
Would appreciate Kudos 🙂 if my solution helped.