Forum Discussion
Tomhayw
Helper I
4 years agoHow to pivot columns round an identifying column
Hello guys, I'm not quite sure what the technical name is for this type of modification but I've attached screenshots below to show what my query looks like compared to what I want it to look like: ...
- 4 years ago
This is called unpivoting.
Select your first 3 columns and do Unpivot on other columns (not selected columns)
Vijay_A_Verma
Most Valuable Professional
4 years agoThis is called unpivoting.
Select your first 3 columns and do Unpivot on other columns (not selected columns)
- Tomhayw4 years ago
Helper I
Thank you, worked perfectly.