March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 sample dataset screenshot
Any help will be appreciated as to how to rectify this error
Solved! Go to Solution.
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().
You've got a single &, that's the concatenation operator. You need &&, which is logical AND.
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().
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
I think its because VALUE expects a text value and you were passing in a boolean. The error message could be phrased better.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
21 | |
17 | |
16 | |
6 | |
5 |
User | Count |
---|---|
29 | |
25 | |
20 | |
13 | |
10 |