Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
de_ppd
Frequent Visitor

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 searched for solutions in existing questions, but the links of the files are always expired.

Thanks for your feedback on the correct data modelling

 

forms_power_1.pngforms_power_2.png

 

 

1 ACCEPTED SOLUTION

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

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

You may have to split your answer

https://www.tutorialgateway.org/how-to-split-columns-in-power-bi/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Yes, I have tried this, but since there are questions with 7 combinable answers, the query should be flexible. Since the order is different and not all mathematically possible combinations have been taken so far. My solution was to create 7 columns for each answer and with a text search to check if the answer is contained in the whole field. This also works, but I find it a bit cumbersome.

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors