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.
Dear community,
I am trying to use the PowerBI Power Query Editor and try to transform/combine the following data:
context | time | value | uom |
10 | 12:00 | 123 | cycle |
10 | 12:00 | 50 | mm |
11 | 12:50 | 124 | cycle |
11 | 12:50 | 52 | mm |
to
context | cycle | mm | time |
10 | 123 | 50 | 12:00 |
11 | 124 | 52 | 12:50 |
Is this possible with the functions in the Power Query Editor ribbon? (if so, at which functions should I look into)
Solved! Go to Solution.
You can use Pivot Column under transform tab.
Select uom column, Pivot, values column: value, advanced options: Don't aggregate.
You can use Pivot Column under transform tab.
Select uom column, Pivot, values column: value, advanced options: Don't aggregate.
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 |
---|---|
15 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
15 | |
13 | |
9 | |
7 | |
6 |