Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
14 | |
13 | |
11 | |
10 | |
10 |