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 dateJoin 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.
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 |
---|---|
8 | |
6 | |
6 | |
5 | |
5 |
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |