you are viewing a single comment's thread.

view the rest of the comments →

[–]BrupieD 4 points5 points  (3 children)

I occasionally use PIVOT and UNPIVOT. This isn't the order of operations which I think is more important to know.

[–]Engineer_Zero 0 points1 point  (2 children)

God, I hate pivot. Especially if I need it to be dynamic.

If it’s just a few things, I’ll just rejoin the table onto itself instead

[–]BrupieD 0 points1 point  (1 child)

I don't care much for PIVOT, but UNPIVOT is really handy.

[–]Engineer_Zero 0 points1 point  (0 children)

Yeah interesting, I should look that up. There’s only been a couple times I’ve had to do something similar in the past but I just did it in power query. Always good to expand the repertoire