Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Getting blanks (null) to NOT test as zero

So it seems every search on this topic I am coming up with questions on making null values (blank cells) show as zero, but what I am looking for is exactly the opposite. But first, let me clarify: th...
  • amitchandak's avatar
    4 years ago

    Anonymous , Move the blank first and try

     

    Switch( True() ,
    isblank('Planning & Performance'[Defect Opportunities] ) , "Blank" ,
    'Planning & Performance'[Defect Opportunities] = 0, "Zero",
    "OK")