Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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!
Solved! Go to Solution.
@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.
Proud to be a 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.
Proud to be a Super User! |
|
This worked thanks Bhanu
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |