I am trying to transpose distinct row values to column header using power query. Any help would be appreciated. Thank you!
I am trying to transpose distinct row values to column header using power query. Any help would be appreciated. Thank you!
Please try
![]()
let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], DuplicatedColumn = Table.DuplicateColumn(Source, "Data.Service", "Copy"), PivotedColumn = Table.Pivot(DuplicatedColumn, List.Distinct(DuplicatedColumn[Data.Service]), "Data.Service", "Copy") in PivotedColumn
Thanks Bo_Ry
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks