Forum Discussion
SJ25
Resolver I
6 years agoUsing 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
Community Champion
6 years agoHi 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
Resolver I
6 years agocamargos88 That was it. It was a text column and should've converted to a number format. thanks for pointing out that silly mistake