Forum Discussion

meikastler's avatar
meikastler
Frequent Visitor
3 years ago
Solved

Transpose & Pivot Order Problem

Hello wonderful Power BI humans!    I'm only 1 month into learning Power Query and I am STUMPED by this problem that my boss gave me. I'm trying to find a way to - - Connect the data from this spre...
  • AlienSx's avatar
    3 years ago

    Hello, meikastler try the following steps (from the table on the screenshot)

     - promote headers

     - unpivot all columns except first 2 (Type and Month)

     - pivot Type column

    Then you'll need to split prod description column (created by unpivot step) to get OEM/Make/Model/SKU or whatever in separate columns as well as reorder forecast/actual columns either manually or M code. Is this the way you are looking for?