Forum Discussion
Charles-NCEC
2 years agoNew 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 "Resp...
- 2 years ago
HEllo Charles-NCEC ,
check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+
- Anonymous2 years ago
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 _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Idrissshatila
2 years agoSuper User
HEllo Charles-NCEC ,
check if any of these helps https://www.youtube.com/results?search_query=visualize+survey+data+power+bi+