Forum Discussion

KelvinMorel's avatar
KelvinMorel
Helper II
2 years ago

Transform duplicate rows into columns ordered by categories

Hi all, I got to transform duplciated category rows into columns using: = Table.Group(Source, {"ID", "ORDER"}, {{"CATEGORY", each Text.Combine([CATEGORY], ","), type nullable text}}) then split th...