The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
77 | |
77 | |
36 | |
30 | |
28 |
User | Count |
---|---|
106 | |
97 | |
55 | |
49 | |
46 |