Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hello everyone. Can someone help me with this transformation?
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?
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))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.