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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

Visuals like matrix

Hello,

 

What would be the most suitable Visual to present the following information?

 

Values:

Planned Qtt

Production Qtt

 

Columns:

Weekday

Shift

Rows:

Machine

Product

 

Ideally, I would like to have a graph with Weekday and shift (by weekday) as columns headers and Machine and respective product as row headers.

Planned quantity and production qtt would be the values that I want to compare for each column (shift in weekday)/row (product in a machine).

 

Like the following:

 

  MonTueWedThuFri
  NMANMANMANMANMA
Machine AProd. 110012011090909010010010095959511011080
9013010088           
Prod.2120120120120120120120120120120120120120120120
1001059093           

 

Also, it would be perfect if I could format the background of the produced qtt: for instance, if Iproduced half of the planed qtt, half of the cell would be painted.

 

Thank you,

 

Patricia

1 ACCEPTED SOLUTION
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can use the following measure after create several Dim Table to meet your requirement:

 

Value = SUMX('Qtt',SWITCH([Qtt],"Planned",CALCULATE(SUM('Table'[Planned Qtt])),"Production",CALCULATE(SUM('Table'[Production Qtt]))))

 

15.jpg16.jpg17.jpg18.jpg19.jpg20.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

We can use the following measure after create several Dim Table to meet your requirement:

 

Value = SUMX('Qtt',SWITCH([Qtt],"Planned",CALCULATE(SUM('Table'[Planned Qtt])),"Production",CALCULATE(SUM('Table'[Production Qtt]))))

 

15.jpg16.jpg17.jpg18.jpg19.jpg20.jpg

 


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

 

eg.PNG

Hi @Anonymous ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 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.

Top Solution Authors