Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Probably a simple answer...

Hi Power-Bi Community, I have a question that probably has a really simple answer... but I appreciate anyones help with this! So, if I have a colmun of activities and another coumn of values (which...
  • aj1973's avatar
    aj1973
    3 years ago

    The BLANK() function is considered as 0 as well.

     

    you can write this way also

    TrueOrFalse = IF(TABLE[Value] > 0 , "True" , "False")