Forum Discussion

EdK99's avatar
EdK99
Frequent Visitor
3 years ago
Solved

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...
  • johnt75's avatar
    3 years ago

    Blank equates to 0 so don't use var = BLANK(), or var <> BLANK(). Instead use the ISBLANK() function, or NOT ISBLANK()