Forum Discussion
SJ25
6 years agoResolver I
Using NOT ISBLANK as filter
This should be fairly simple as I've done this before and it has worked great. I'm trying to count rows that are not blank and below is the syntax I'm using: CALCULATE(COUNTROWS('TableName'),FIL...
- 6 years ago
Hi SJ25 ,
Is it a text column ? If yes, have you tried to clean/trim it ?
Did I answer your question? Mark my post as a solution!
Ricardo
camargos88
6 years agoCommunity Champion
Hi SJ25 ,
Is it a text column ? If yes, have you tried to clean/trim it ?
Did I answer your question? Mark my post as a solution!
Ricardo
SJ25
6 years agoResolver I
camargos88 That was it. It was a text column and should've converted to a number format. thanks for pointing out that silly mistake