Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi folks,
I have a table like this coming from a json :
app name | name | value |
A | description | XXXX |
A | display name | YYYY |
A | note | ZZZZ |
B | description | QQQQ |
B | display name | SSSS |
B | note | DDDD |
C | description | WWWW |
C | display name | BBBB |
C | note | CCCC |
I want to transpose this table in order to have a header that contains the values of the "name" column.
As a result, I would like to have this :
app name | description | display name | note |
A | XXXX | YYYY | ZZZZ |
B | QQQQ | SSSS | DDDD |
C | WWWW | BBBB | CCCC |
How to do that with power query GUI pls ??
Thanks in advance.
Regards,
Solved! Go to Solution.
@ochaoui
For detail, select the name column=>pivot column=>select value as values column=>choose don't aggregate.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Greeting,
This is my table design is as below.
Order No. | Material | Delivery no. |
ABC-11 | 245678 | 400000000 |
ABC-12 | 245678 | 500000000 |
ABC-13 | 245678 | 600000000 |
My desired output is in this table format.
Order No. | Material | Delivery no. | Delivery no. | Delivery no. |
ABC-11 | 245678 | 400000000 | 500000000 | 600000000 |
Kindly please help to advise how to solve this in Power Query or Power BI.
@ochaoui
For detail, select the name column=>pivot column=>select value as values column=>choose don't aggregate.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
That's a Pivot from the Transform menu
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |