Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello! I am retrieving data from a database via Power Query and it looks like below.
I want to group the data by "sid" and and transpose the name column to headers such that it looks like below.
Any direction would be well appreciated! I am using Power Query.
Solved! Go to Solution.
Hi @Des75 , here is an example of what you can do, if I understood well your problem:
Steps:
1. Select "Transform" ribbon item
2. Select the column in which you have your future headers (for you it will be "name")
3. Press "Pivot column" button
4. In the settings, select the column in which you have the values (for you it will be "value")
5. In the advanced settings, select "Do not agregate" option
6. You're done!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Des75 , here is an example of what you can do, if I understood well your problem:
Steps:
1. Select "Transform" ribbon item
2. Select the column in which you have your future headers (for you it will be "name")
3. Press "Pivot column" button
4. In the settings, select the column in which you have the values (for you it will be "value")
5. In the advanced settings, select "Do not agregate" option
6. You're done!
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Perfect!