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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
VitoMas
Frequent Visitor

How do i visualize this data?

I made a table with the answers of students to certain questions. The table looks like this.

QuestionStudent 1Student 2 Student 3Student 4 Student 5
1TrueFalseTrueBlankFalse
2FalseTrueTrueTrueBlank
3FalseTrueTrueTrueTrue
4FalseFalseFalseFalseTrue
5BlankBlankTrueTrueFalse

 

Now i would like to create a visual something like this

how to.png

Note: The chart is not based on the data in the table. I just made it to make things a little clearer.

 

Any help would be greatly appreciated.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@VitoMas - Try the following:

1. In Power Query, you will want to select the Question column, and then Unpivot Other Columns. That will transform your table into 3 rows: Question, Attribute (Student), and Value (Answer).

2. You can change the names of the columns to Question, Student and Answer. 

3. Create a DAX Measure:

Answer Count = COUNTROWS([Your Table])

4. Create a Clustered Column Chart with your new measure as Value, Answer as Legend, and Question as Axis.

Hope this helps,

Nathan

 

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@VitoMas - Try the following:

1. In Power Query, you will want to select the Question column, and then Unpivot Other Columns. That will transform your table into 3 rows: Question, Attribute (Student), and Value (Answer).

2. You can change the names of the columns to Question, Student and Answer. 

3. Create a DAX Measure:

Answer Count = COUNTROWS([Your Table])

4. Create a Clustered Column Chart with your new measure as Value, Answer as Legend, and Question as Axis.

Hope this helps,

Nathan

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.