Forum Discussion

matteog's avatar
matteog
Frequent Visitor
6 years ago
Solved

transpose data

Hello,

I have the following table:

 

col.Acol.Bcol.C
item1xy
item2zw

 

I'd like to transpose as following

 

col.ACol.b
item1x
item1y
item2z
item2w

 

Is it possible to do it in PowerBI in an easy and fast way? In my final table I have a lot of rows and columns.

Thanks