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?
I think
CALCULATE(COUNTROWS((FILTER ()) +0 , should work
3 Replies
- parry2kSuper User
Anonymous you can do something like this
your measure = caclulate(countrows(), filter()) + 0Would appreciate Kudos 🙂 if my solution helped.
- amitchandakSuper User
I think
CALCULATE(COUNTROWS((FILTER ()) +0 , should work
- AnonymousNot applicable
Hi Amit
I tried the below and it doesn't work?