Forum Discussion
Pivot/unpivot without aggregation gives error
- 3 years ago
Hi,
to obtain this i have added a new column
= List.Combine( {List.RemoveFirstN( Source[Value],1),{"null"}})
transposed it and then added to the original table (which has been stransposed)
Then transpose one more time and you get your result
The advantage is that is all dynamic
If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!
Hi,
to obtain this i have added a new column
= List.Combine( {List.RemoveFirstN( Source[Value],1),{"null"}})
transposed it and then added to the original table (which has been stransposed)
Then transpose one more time and you get your result
The advantage is that is all dynamic
If this post is useful to help you to solve your issue, consider giving the post a thumbs up and accepting it as a solution!