Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Using Power BI with output from Forms

I am taking an output from Micrsoft Forms via Excel into Power BI. The output is a survey and that looks like TABLE A) and I need to create a visual like TABLE B)

TABLE A

EventAttendee 1Attendee 2Attendee 3
EVT1GoodPoorAverage
EVT2AveragePoorAverage
EVT3PoorGoodPoor

 

TABLE B

EventPoorAverageGood
EVT1111
EVT2120
EVT3201

 

How is this done?

Thanks

  • Anonymous ,

     

    In power query, click on [Attendee 1], [Attendee 2] and [Attendee 3], then click Transform-> Unpivot Columns, you will acheve the table as below:

     

     

    Then click [Value] and click Pivot Column as below, you will achieve the expected table:

     

     

    The result is as below:

     

    Regards,

    Jimmy Tao

1 Reply

  • v-yuta-msft's avatar
    v-yuta-msft
    Community Support

    Anonymous ,

     

    In power query, click on [Attendee 1], [Attendee 2] and [Attendee 3], then click Transform-> Unpivot Columns, you will acheve the table as below:

     

     

    Then click [Value] and click Pivot Column as below, you will achieve the expected table:

     

     

    The result is as below:

     

    Regards,

    Jimmy Tao