Forum Discussion
Anonymous
8 years agoNot applicable
Unpivoting?
Hi all! I've been scratching my head with the following modeling issue... I am importing a Sharepoint List of employees located in different sites... The structure of this list is: - one site per ro...
- 8 years ago
Anonymous
Hi, Try with a combination of Unpivot & Pivot.
Check the PBIX.
PD: If you want to mantain the Staff 1,2,3...
Do This:
Regards
Victor
Aron_Moore
8 years agoSolution Specialist
Unpivot should get you real close. Using a sample dummy set I selected all non-site columns and click unpivot. Viola!
In query editor
Result:
Anonymous
8 years agoNot applicable
Hi Aron,
thx for your input, but it doesn't solve the issue I'm afraid, as this puts for instance for Staff1 the attributes in different rows, whereas we want them in column... :(
- Vvelarde8 years agoCommunity Champion
Anonymous
Hi, Try with a combination of Unpivot & Pivot.
Check the PBIX.
PD: If you want to mantain the Staff 1,2,3...
Do This:
Regards
Victor
- Anonymous8 years agoNot applicable
Vvelarde, this is exactly it, thx!!!!!!!