Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
13 | |
13 | |
10 | |
8 | |
7 |
User | Count |
---|---|
17 | |
10 | |
7 | |
6 | |
6 |