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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
Charles-NCEC
New Member

Creating Report from Survey

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.

2 ACCEPTED SOLUTIONS
Idrissshatila
Super User
Super User

HEllo @Charles-NCEC ,

 

check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




View solution in original post

Anonymous
Not applicable

Hi @Charles-NCEC ,

You can add the point column into the slicer.

vrongtiepmsft_0-1709520902228.png

Or you can create a measure.

Measure = CALCULATE(COUNT('Table'[customer]),FILTER(ALL('Table'),'Table'[point]=SELECTEDVALUE('Table'[point])))

 

vrongtiepmsft_1-1709520986381.png

 

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.

 

 

 

 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Charles-NCEC ,

You can add the point column into the slicer.

vrongtiepmsft_0-1709520902228.png

Or you can create a measure.

Measure = CALCULATE(COUNT('Table'[customer]),FILTER(ALL('Table'),'Table'[point]=SELECTEDVALUE('Table'[point])))

 

vrongtiepmsft_1-1709520986381.png

 

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.

 

 

 

 

Idrissshatila
Super User
Super User

HEllo @Charles-NCEC ,

 

check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+

 



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.