Forum Discussion

caseski's avatar
caseski
Helper I
3 years ago
Solved

How to transpose and shape a table

Hi all, I have a table like this:

 

CODA_VARB_VARC_VAR
170,00%30,00% 
225,00%25,00%50,00%
310,00%70,00%20,00%

 

And I want to create a new table based on previous like this:

 

CODVARVALUE
1A70,00%
1B30,00%
2A25,00%
2B25,00%
2C50,00%
3A10,00%
3B70,00%
3C20,00%

 

Is it possible?

 

 

 

  • Hi caseski , in Power Query, select COD column, and select Unpivot others columns, like the image:

     

    The result:

     

    Best regards

1 Reply

  • Hi caseski , in Power Query, select COD column, and select Unpivot others columns, like the image:

     

    The result:

     

    Best regards