Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi there,
Im trying to calculate the average of production by date and shift.
Each day has 1, 2 or three shifts. Its not fixed.
For the average of production by date I used this:
Hi, @mariba
Average Production by Shift =
AVERAGEX(
KEEPFILTERS(VALUES('Production'[Shift])),
CALCULATE(
[Quantity (m2) Output],
REMOVEFILTERS('Calendar'[Date]) // Optionally remove date filter if you want the average across all dates
)
)
Proud to be a Super User!
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |