Forum Discussion
Eric_SCF
2 years agoRegular Visitor
Transposing multiple times?
Hello, A newbie here to Power Query. With a minimum of "programming" I would like to transpose this: Product Sub1.1 Sub1.2 Sub1.3 Sub2.1 Sub2.2 Sub2.3 Sub2.4 Sub3.1 Sub3.2 Sub3.3 ...
- 2 years ago
Consider your table in power query as bellow
then right-click on the product column and pick Unpivot other collumns to reach the next result.
Eric_SCF
2 years agoRegular Visitor
Thank you jgeddes as well! Appreciate the feedback.