Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Calculated column for blank in Power Query

Hello,  I add a calculated column to power query (M) just to bucket the Agents score per month, how many times they got <89% or >=90% to 97% and >=98% per day on a whole month. The thing is, if the ...
  • ToddChitt's avatar
    4 years ago

    Try equals null (lower case) for the condition, or put in a Replace Values step before it that replaces null with 0