Hi all,
May I seek any help for this table transform using query? The "Category" will be shared with the same "ID"
ID | Name | Value |
1 | Category | Shipment |
1 | Item | A |
1 | Price | 100 |
1 | Item | B |
1 | Price | 200 |
1 | Item | C |
2 | Category | Delivery |
2 | Item | A |
2 | Price | 150 |
Desired Output:
ID | Category | Item | Price |
1 | Shipment | A | 100 |
1 | Shipment | B | 200 |
1 | Shipment | C | |
2 | Delivery | A | 150 |
Appreciated if you have any idea!
Hi @ngct1112 ,
take a look at the attached sample file.
Marcus Wegener work at KUMAVISION AG , one of the world's largest
implementation partners for Microsoft Dynamics. #
"Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
125 | |
78 | |
69 | |
55 | |
55 |
User | Count |
---|---|
191 | |
104 | |
83 | |
79 | |
78 |