Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI got a little tripped up on the sort order but finally got it.
This was a bit tricky, but after looking through some new tools I was able to get there.
originally had transpose and join to the header formula followed by crosstab which puts in extra "_" into the fields names. Was going to follow up with a dynamic rename to remove extra "_" when I got the realisation that I can cut out the entire transpose > Join > Crosstab part and go straight to Dynamic rename. The Dynamic Rename tools are awesome!
Pretty quick! Used a RecordID key to ensure the columns outputted remained in the same order as the initial input.
Interesting challenge. I always try to make my workflows as simple and efficient as possible, so I'm pretty happy with this solution.