Forum Discussion

Sander1's avatar
Sander1
Regular Visitor
5 years ago
Solved

What functions to use to transform / combine a table

Dear community,

 

I am trying to use the PowerBI Power Query Editor and try to transform/combine the following data:

contexttimevalueuom
1012:00123cycle
1012:0050mm
1112:50124cycle
1112:5052mm

 to

contextcyclemmtime
101235012:00
111245212:50

 

Is this possible with the functions in the Power Query Editor ribbon? (if so, at which functions should I look into)

  • You can use Pivot Column under transform tab. 

    Select uom column, Pivot, values column: value, advanced options: Don't aggregate.

1 Reply

  • Jakinta's avatar
    Jakinta
    Icon for Solution Sage rankSolution Sage

    You can use Pivot Column under transform tab. 

    Select uom column, Pivot, values column: value, advanced options: Don't aggregate.