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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

4 box model visual

is there any 4 box model visual available in power BI.

 

I have data of Exam result and faculty feedback. i want to create four box model like visual so that i can calculate

1: which faculty's result is average but feedback is good

2: Which faculty's result is good and feedback is good

3: which faculty's result is average and feedback is average

4: which faculty's result is good and feedback is average

 

 i want to show the name of faculties in the boxes accordingly.

1 ACCEPTED SOLUTION
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

You can make your own, by combining four cards with a different measure for each.  See my picture below. Click on it to enlarge. Included in it, is the measure for box 1. Just write 3 more measures, one for each box, and change the "Good" or "Average for each one. Please note in my table, I entered some "Poor" as well. I will include a picture of my table, too.

If this solves your issue, please mark this as the solution! Kudos are nice too.

@Nathaniel_C 

 

Faculty Box 1 = CALCULATE(CONCATENATEX(Table1,Table1[Faculty], ", "),Table1[Result]="Average",Table1[Feedback]="Good")

 

Faculty box.PNG

 

Table1 Faculty.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
Nathaniel_C
Community Champion
Community Champion

Hi @Anonymous ,

You can make your own, by combining four cards with a different measure for each.  See my picture below. Click on it to enlarge. Included in it, is the measure for box 1. Just write 3 more measures, one for each box, and change the "Good" or "Average for each one. Please note in my table, I entered some "Poor" as well. I will include a picture of my table, too.

If this solves your issue, please mark this as the solution! Kudos are nice too.

@Nathaniel_C 

 

Faculty Box 1 = CALCULATE(CONCATENATEX(Table1,Table1[Faculty], ", "),Table1[Result]="Average",Table1[Feedback]="Good")

 

Faculty box.PNG

 

Table1 Faculty.PNG





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors