Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I have a large dataset of over 1500 entries with 150 columns. It consists of personal particular questionaires, and dozen other questions composed of radio button (single input), checkboxes (multiple inputs), and textbox (open ended).
The questions can be broken down into 3 levels: Theme -> questions -> further details.
I.e. Customer experience -> Which newspaper do you read? -> when; where?
The output data is flat, the variables for radiobutton, and texbox questions are shared in a single column, while the checkbox questions created separate columns for its respective variables. See below.
| s/n | radio | checkbox X | checkbox Y | checkbox Z | textbox |
| 1 | a | x | I think its good | ||
| 2 | b | x | I don’t know | ||
| 3 | a | x | y | z | |
| 4 | a | y | maybe | ||
| 5 | b | x | z | ||
| 6 | a | y | z |
My questions are:
Thank you!
@Anonymous , Based on the need one of the ideas is to unpivot the columns (radio to Zbox) but they are 150 numbers. If you have a lot of rows. the number of rows will multiply.
Depending on how you need the answers in the final visual each column may to processed.
A better sample with some of the output you want can help.
I couldn't post as I'm getting an invalid HTML error.
<p>As I'm new to data and power BI, I'm dont know some of the keywords to search for the solution effectively.<br />Sample of the radiobutton and textbox questionaires:</p>
<p><span style="font-family: inherit;"><li-image width="999" height="289" alt="radio.PNG" align="inline" id="446305i93FC1F7B54C7FA93" size="large" sourceType="new"></li-image><br />Sample of the checkbox questionaires:</span></p>
<p><li-image width="999" height="176" alt="checkbox.PNG" align="center" id="446304i355E941214BAEB87" size="large" sourceType="new"></li-image><br /><br /></p>
The checkboxes (top) and radiobutton/textbox questionaires are shown as above.
@Anonymous , if it is not too much data I would prefer to unpivot.
https://radacad.com/pivot-and-unpivot-with-power-bi
That will give in questions in row
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!