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!View all the Fabric Data Days sessions on demand. View schedule
Hello I am trying to split Information column in to 3 new columns that have only one value in each of them.
I hope attached image can show expected results better than my explanation.
Information is the original column and SplitA-B and C are results of split that I am trying to get.
I am sure it can be done but nothing I try so far seems to work.
Thanks.
Solved! Go to Solution.
I manage to do it using Conditional Column from Add Column tab in transform data.
@Justas4478 , You have to create new column like
Power query
if [information] ="Check-in Informtion" then "Check-in Informtion"
DAX
if([information] ="Check-in Informtion" ,"Check-in Informtion", blank())
create other columns like that
I manage to do it using Conditional Column from Add Column tab in transform data.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!