Forum Discussion

powerbidev123's avatar
powerbidev123
Solution Sage
1 year ago
Solved

Convert boolean value using Value function

Hi Community,   I am getting this error as I am trying create a calculated column and convert Boolean value to string for comparing it with text value in another column.     Below is the s...
  • powerbidev123's avatar
    powerbidev123
    1 year ago

    Hi johnt75 , I have corrected it to &&, still getting the same error

  • johnt75's avatar
    johnt75
    1 year ago

    If the exception column is a true/false type, which it looks like it is, then I don't think you need the VALUE function. You should just be able to compare the exception column to TRUE().

  • powerbidev123's avatar
    powerbidev123
    1 year ago

    Thanks johnt75 , this worked. But still don't know how. Because we didn't convert the Boolean type to text and compared it to text value