Forum Discussion

Daniil's avatar
Daniil
Icon for Kudo Kingpin rankKudo Kingpin
7 years ago
Solved

Incorrect IF result

The following measure returns FALSE, although BLANK is expected: My Test = IF ( FALSE(), TRUE() )   At the same time, this measure returns BLANK as expected: My Test = IF ( FALSE(), "Yes" ) ...
  • v-yulgu-msft's avatar
    7 years ago

    Hi Daniil ,

     

    When a column/measure defined as Boolean data type is involved in an expression, DAX only returns TRUE or FALSE from a logical expression.

     

    For detailed description, please see: Handling BLANK in Boolean expressions

     

    Best regards,

    Yuliana Gu