This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I am wondering how to create a report that displays this situation correctly. I have a dataset that is from a survey. The two fields of data I am using is the "Question" and then the "Respondents Answer" on a rating of 1-5. When trying to display this in a report it just sums up the total for the 1-5 answers for all users combined. I am trying to see for example, how many users answer 4 for a certain question etc. Please let me know if you need additional explanation.
Solved! Go to Solution.
HEllo @Charles-NCEC ,
check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+
Proud to be a Super User! | |
Hi @Charles-NCEC ,
You can add the point column into the slicer.
Or you can create a measure.
Measure = CALCULATE(COUNT('Table'[customer]),FILTER(ALL('Table'),'Table'[point]=SELECTEDVALUE('Table'[point])))
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Charles-NCEC ,
You can add the point column into the slicer.
Or you can create a measure.
Measure = CALCULATE(COUNT('Table'[customer]),FILTER(ALL('Table'),'Table'[point]=SELECTEDVALUE('Table'[point])))
How to Get Your Question Answered Quickly - Microsoft Fabric Community
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
HEllo @Charles-NCEC ,
check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+
Proud to be a Super User! | |
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 7 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 37 | |
| 27 | |
| 26 | |
| 23 | |
| 23 |