Forum Discussion
Group data/ alternative Row transfer into column
- 3 years ago
NewStep=#table(2,List.TransformMany(Table.Split(PreviousStepName,2),each Table.ToColumns(_),(x,y)=>y))
if you use the source as your another post, just use this code to get result in one step
=let fx=(t)=>let a=Text.Split(Text.From(t)??"","-") in List.Count(a)=3 and List.AllTrue(List.Transform(a,each _<>"" and Text.Remove(_,{"0".."9"})="")) in #table(2,List.Accumulate(Table.ToRows(PreviousStepName),{{},{}},(x,y)=>{x{0}&List.Select(List.Zip({x{1},y}),each fx(_{1})),y}){0})
NewStep=#table(2,List.TransformMany(Table.Split(PreviousStepName,2),each Table.ToColumns(_),(x,y)=>y))
if you use the source as your another post, just use this code to get result in one step
=let fx=(t)=>let a=Text.Split(Text.From(t)??"","-") in List.Count(a)=3 and List.AllTrue(List.Transform(a,each _<>"" and Text.Remove(_,{"0".."9"})="")) in #table(2,List.Accumulate(Table.ToRows(PreviousStepName),{{},{}},(x,y)=>{x{0}&List.Select(List.Zip({x{1},y}),each fx(_{1})),y}){0})