Forum Discussion

damit230183's avatar
damit230183
Helper II
1 year ago
Solved

Conversion of Columns into Rows with Group by Function

Hi, I have been working on one report where I need to conver columns into rows and make that rows as Header. This is what I have:     This is what the result should look like Any he...
  • MasonMA's avatar
    1 year ago

    damit230183 

     

    Hi, you can pivot the column through Power Query UI as well:

    1. Select Field 1 column, under Transform click Pivot. 

    2. In Pivot window, Select 'Field 2' for Value Column and 'Dont aggregate' for Aggregate Value Function. 

    Hope this makes it simpler:)