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.
What would be the correct formula ?
Solved! Go to Solution.
Hi,
Please try this
if Text.StartsWith([RegionColumn], "London") then "London Group" else "Other"
If this workes, please consider accepting as a solution and give kudo 🙂
Excellent, thank you
Hi,
Please try this
if Text.StartsWith([RegionColumn], "London") then "London Group" else "Other"
If this workes, please consider accepting as a solution and give kudo 🙂