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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
guyhjs
Frequent Visitor

Total output and output per hour in one matrix

I have a 'Production Table' with daily production output from different machines. It has the columns 'Production Date', 'Machine', 'Shift hours', 'Output'.

 

How can I display a matrix with 'Output'/'Machine Hours' with machine as rows that can be filtered with a slicer for production date?

 

I need to sumhow do  sum('Output')/sum('Machine Hours') by machine but if I make a table of this the slicer will not change the values.

 

Please help!

1 ACCEPTED SOLUTION
bhanu_gautam
Super User
Super User

@guyhjs , Try creating a new measure 

OutputPerMachineHour = SUM('Production Table'[Output]) / SUM('Production Table'[Shift hours])

 

Add a new Matrix visual to your report.
Drag the 'Machine' column to the Rows field of the Matrix.
Drag the newly created measure OutputPerMachineHour to the Values field of the Matrix.
Add a Date Slicer:

Add a slicer visual to your report.
Drag the 'Production Date' column to the slicer.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






View solution in original post

2 REPLIES 2
bhanu_gautam
Super User
Super User

@guyhjs , Try creating a new measure 

OutputPerMachineHour = SUM('Production Table'[Output]) / SUM('Production Table'[Shift hours])

 

Add a new Matrix visual to your report.
Drag the 'Machine' column to the Rows field of the Matrix.
Drag the newly created measure OutputPerMachineHour to the Values field of the Matrix.
Add a Date Slicer:

Add a slicer visual to your report.
Drag the 'Production Date' column to the slicer.




Did I answer your question? Mark my post as a solution! And Kudos are appreciated

Proud to be a Super User!




LinkedIn






This worked thanks Bhanu

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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.