Forum Discussion
EaglesTony
Post Prodigy
1 year agoHow do I collapse a table into a single row in PowerQuery ?
I have the following in a single table: Key TotalPoints TotalPointsA TotalPointsB TotalPointsC TotalPointsD 1 2 2 null ...
- 1 year ago
I was able to do this by using the Pivot feature.
For those that need to do something similiar, here is the video I found: Power Query: How to collapse Multiple Rows to a Single Row (youtube.com)
AsNa_92
Resolver II
1 year agoHi
you can sum thte totalpoints columns except the key column as below