Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I can't make any clue of this error message... this function is so simple, I checked multiple times the syntax. Still don't understand how this formula is wrong (for creating custom columen in query editor):
IF Text.Contains([Hostname], "myhost.com") THEN "1" ELSE "0"
The same result (error) with this code:
IF (Text.Contains("abc", "a")) = true THEN 0 ELSE 1
Solved! Go to Solution.
PowerQuery is case sensitive.... now thats really frustrating, this is not stated in the function references...
PowerQuery is case sensitive.... now thats really frustrating, this is not stated in the function references...