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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors
Top Kudoed Authors