Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Table with headings in rows?

Hello everyone

I have to create a report about workers, but this report should be builded like a photo. I have a table with about 9,000 rows (amount of rows is floating) and one heading with name of columns.

How can I do it by PowerQuery? Data is downloaded from our SAP, so I need to do it by PowerQuery.

  • Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))

3 Replies

  • wdx223_Daniel's avatar
    wdx223_Daniel
    Community Champion

    Table.Combine(List.Transform(Table.Split(PreivousStepName,1),Table.DemoteHeaders))

    • Anonymous's avatar
      Anonymous
      Not applicable

      Pretty slick. 

    • Anonymous's avatar
      Anonymous
      Not applicable

      Awww It's fast and simply! Thank you so much.