Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have been trying to get a new column with different values in it and have been failing badly. I have reduced the query down to the bare minimum to try and find out where i am going wrong, but i cannot get the correct values to returned.
=if [Live Supplier] = "TRUE" and [CHAS Approved] = "TRUE" then "Good" else "bad"
This is not picking up on the TRUE or FALSE elements of the columns. Can anyone help as i have tried with in all sorts of different formats, and in DAX, but to no avail. Ideally i need to add a third element and then another else if but it is pointless trying that until i can get this basic element working. Any help greatly appreciated
Solved! Go to Solution.
I have finally solved my problem. As it is a TRUE FALSE, i dont need to put them in quotes. I knew it had to be something silly!
I hope this helps someone else
I have finally solved my problem. As it is a TRUE FALSE, i dont need to put them in quotes. I knew it had to be something silly!
I hope this helps someone else