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
Hi all,
I am not sure why my power Query M below kept getting error on
if Text.Contains([User status], "CANC") and Text.Contains([System status], "CLSD) then "Non-Compliant"
else if not (Text.Contains([User status], "CANC")) and Text.Contains([System status], "CLSD") then "Complaint"
else if Text.Contains([System status], "TECO") then "Compliant"
else "Non-Complaint"
See following screenshot.
Solved! Go to Solution.
Hi,
"" double qoutes are missing. "CLSD"
Please correct and try.
Thanks,
Surya teja
I think you are missing a closing quote.
Hi,
"" double qoutes are missing. "CLSD"
Please correct and try.
Thanks,
Surya teja