cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
gbernardes_
Frequent Visitor

Merge many columns in one - Power Query

Hello everyone. Can someone help me with this transformation?

 

gbernardes__0-1670957614010.png

 

Fields "1" need to be my columns, and all "2" need to be the rows.

 

Ex:

JANEIRO PAGAMENTO    |       CODIGO DA VENDA       |           NOME DO CLIENTE

18/01/2022                                          116                              MARCOS ESPINDOLA    

18/01/2022                                          117                          JUAREZ REZENDE COELHO

18/01/2022                                          118                               MECANICA KLEBER

18/01/2022                                          119                         DOUGLAS HENRIQUE MARQUES

 

Any idea how do to that?

1 REPLY 1
wdx223_Daniel
Super User
Super User

import you data without headers, ie the column names will be Column1, Column2,.....

then add the code in your new step

=Table.PromoteHeaders(Table.Transpose(PreviousStepName))

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors
Top Kudoed Authors