Forum Discussion

tomgag's avatar
tomgag
Resolver I
8 years ago
Solved

IF statement and how to avoid blanks

Hi All,   I have very simple task but it seems to me that it is an issue with Power BI.   I have a looped IF however when there is no value it gives me BLANK as oppose to 0.    Measure= IF('Tab...
  • tomgag's avatar
    tomgag
    8 years ago

    The answer is rather easy.

     

    I added a measure with the simplest code possible.

     

    Measure2=sum('Table1'[Measure]) + 0