Forum Discussion
Coby
2 years agoNew Member
How to prepare multiple rows with two different colums
Hy, I would kindly ask your help. I have a table with many columns from SQL database. This database contain one colum which contain two ore more ID spearated with " ; " (semicolons). I can split co...
wdx223_Daniel
2 years agoCommunity Champion
=#table(Table.ColumnNames(OriginalTable),List.TransformMany(Table.ToRows(OriginalTable),each Text.Split(_{0},";"),(x,y)=>{y}&List.Skip(x)))