Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Column A are all the different types of inputs that could be related to a particular category.
How can I do it in such a way that my output becomes something like this?
Solved! Go to Solution.
NewStep=let a=Table.ToList(Table2,each {Text.Split(_{0},","),_{1}}) in Table.AddColumn(Table1,each Text.Combine(List.Zip(List.Select(a,(x)=>List.Contains(x{0},[Others],(x,y)=>Text.Contains(y,x)))){1},","))
NewStep=let a=Table.ToList(Table2,each {Text.Split(_{0},","),_{1}}) in Table.AddColumn(Table1,each Text.Combine(List.Zip(List.Select(a,(x)=>List.Contains(x{0},[Others],(x,y)=>Text.Contains(y,x)))){1},","))
oh my goodness, it works thank you so much! Could you explain how the code works?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.