Forum Discussion
San_Raz
2 years agoFrequent Visitor
Pivoting table with repeated rows and multiple values
My refernce table is I need to transform this cross table into something like as provided in the below screenshot I tried pivoting and transposing rows to columns. The onl...
- 2 years ago
Based on your description, I created data to reproduce your scenario. The pbix file is attached in the end.
- 2 years ago
and pls try this code
San_Raz
2 years agoFrequent Visitor
Hi Ahmedx ,
Thank you so much for the solution. It worked well for me.
I also have found out the workaround to perform the same operation using the normal transpose and pivot functions in the power Query Editor.
The key is to add a reference column for athletes and fill down, which will act as index column while doing the final pivotting as shown below
The full Power Query editor steps is provided below