The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 🙂