Home > Back-end >  How to transpose some columns in row in power query?
How to transpose some columns in row in power query?

Time:03-04

I am currently looking for a way to transpose some of my columns into rows. I have a table in this form:

enter image description here

And I would like to get something in this shape:

enter image description here

Thank you very much for your help

CodePudding user response:

In powerquery, click select the first three columns, then right click unpivot other columns, then file close and load

  • Related