Overview
Multiple response questions or multiple answer questions are the kind of questions that provides a list of possible answer options, and respondents can select all options that are true for them.
For example, in a survey exploring the commonly used social media channels, you may have the following question as part of the survey questions.
Quiz: Which of the following social media channels did you use in the last one month?
Responses - (Facebook, LinkedIn, YouTube, TikTok, WhatsApp, WeChat, Twitter, Reddit, Pinterest, SnapChat & Instagram)
With such a question requiring multiple responses or answers – respondents can tick all the social media channels they have used over the last one month.
Resulting data – table 1
(This data could be collected in the above format - whereby, under the various possible responses - you’ve values (in this case the value is 1) indicating that respondents agree to have used such social media channels over the last one month).
Resulting data – table 2
(Alternatively, this data could be collected in the above format – whereby the multiple responses are separated by a semi-colon).
So, how do you analyze such data in Tableau?
Solution one
Assuming the data you’re working with is collected in the format of the first table. You can analyze the data, by first shaping it (that is through pivoting).
To pivot the data – simply select all the possible multiple responses, and on the drop-down menu select pivot.
Executing this packs, the data into ‘Pivot Field Names’ – which contains the column heads, in this case the social media channels and ‘Pivot Field Values’ - which contain the values.
And now you can analyze the data by.
Drag ‘Pivot Field Names’ to the rows.
Drag ‘Pivot Field Values’ to the columns.
Divide SUM(Pivot Field Values)/COUNTD(Unique_ID) – simply to get the proportion of total.
Format the labels into ‘Percentage’
(Note you can add filters to empower users drill the view by dimensions such as gender of the respondent)
Solution two
Assuming the data you’re working with is collected in the format of the second table. You can analyze the data by first splitting the field ‘Which social media channel did you use in the last month?’ into multiple fields.
Export the data as a CSV file.
Alternatively use this option to export the data.
Connect the exported data and pivot the multiple fields you’ve split above.
Now analyze the data by.
Drag Pivot Field Values to the rows.
Drag COUNTD(Unique_ID) to the columns (to show the unique respondents who mentioned the various social media channels).
Add table calculation ‘Percent of total’
Exclude the NULLs from the view.
Conclusion
Although the data format is different, the resulting analysis is the same. From the final views of the two analysis - you can tell that 95% of the respondents said to have used Facebook in the last one month, followed closely by WhatsApp with 90%.
WeChat and Reddit had the least usability with only 20% and 15% of the respondents said to have used the respective channels in the last one month.
I hope this article was helpful to you. To receive more of the Tableau tips, kindly join our mailing list by subscribing below.
If you like the work we do and would like to work with us, drop us an email on our Contacts page and we’ll reach out!
Thank you for reading!