Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I took a survey where some questions allowed respondents to tick multiple response options. In my report, I would have liked to show the proportion of respondents who ticked a particular answer option, visualised in a bar chart.
With a simple example, this looks like this:
Data table:
How I want this to be displayed in Power BI (now calculated in Excel):
Thanks in adance
Solved! Go to Solution.
Hi @wdvro
You need to first find out how respondants there are. Presuming there is a ResponseID or UserID in the Data ?
Reposnses/Users = DISTINCTCOUNT('Table'[ResponseID])
Then Create this
% = DIVIDE([Responses/Users], CALCULATE([Responses/Users], ALL('Table')))
Convert to %
Thanks
Joe
If this post helps, then please Accept it as the solution
Hi @wdvro
You need to first find out how respondants there are. Presuming there is a ResponseID or UserID in the Data ?
Reposnses/Users = DISTINCTCOUNT('Table'[ResponseID])
Then Create this
% = DIVIDE([Responses/Users], CALCULATE([Responses/Users], ALL('Table')))
Convert to %
Thanks
Joe
If this post helps, then please Accept it as the solution
Thank you, just what I was looking for!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 51 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |