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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.