Forum Discussion

de_ppd's avatar
de_ppd
Frequent Visitor
6 years ago
Solved

Import Microsoft Forms into PowerBI Model -Multiple Choice-

Hi everyone, I'm looking for a solution to correctly display a multiple choice question from Microsoft Forms. I have created a small example that visually represents my problem. I have already sear...
  • HotChilli's avatar
    HotChilli
    6 years ago

    I think you should Split the column (using , as the separator).  Use the Advanced Options and Split into Rows.

    You might need to clean up the column using Trim or Clean to get rid of leading or trailing spaces.

     

    That should give you columnar data which powerbi can handle well.  The answer data from the other questions will be repeated so you need to know how to handle that correctly, for example, you should create a measure for DISTINCTCOUNT of ID and use that in visualisations