Forum Discussion
EdK99
3 years agoFrequent Visitor
COUNT, COUNTROWS, and COUNTA are returning wrong values
Hello, I'm trying to use the count functions and they are returning different values than what they're supposed to. Measure LIVE Orders = CALCULATE(COUNTROWS(Table2022), 'Table2022'[Order St...
- 3 years ago
Blank equates to 0 so don't use var = BLANK(), or var <> BLANK(). Instead use the ISBLANK() function, or NOT ISBLANK()