Forum Discussion

Mariposa141's avatar
Mariposa141
New Member
2 years ago
Solved

Importing multiple choice data from SurveyMonkey

Hi everyone,   I'm trying to import multiple choice data collected via SurveyMonkey into Power BI (our SurveyMonkey plan doesn't include the Power BI connector). I'm pretty new to Power BI and I'm ...
  • leo-giang-syd's avatar
    leo-giang-syd
    2 years ago

    So, You have to import the data as I suggested earlier first. Then the below transformation steps must be taken in Power Query Editor before loading to excel:

     

    1. At the beginning, Power Query Editor looks like this:

    2. make row #1 as column header: Home --> transform group --> choose "user First Row as Header"

    3. filter the first column and untick (null) which means "blank cell":

    4. rename the "answer" columns (#2 to #8) to match with the activity option names

    5. unpivot those answer columns (#2 to #8): choose those columns --> right click mouse on any chosen cells --> select "unpivot column"

    6. You can delete either "Attribute" or "Value" column. Now you already have the wanted result with the respondent IDs (which repeat multiple times depending on how many activities chosen) and their corresponding answers - you can randomly check IDs 1 & 3 which meet your demand.

     

    If you think my suggestion is helpful, please give me a "kudo"   thanks.