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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
pprakash
Helper I
Helper I

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
Super User
Super User

Hi @pprakash ,

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
Super User
Super User

Hi @pprakash ,

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.