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.
I have the following DAX that give the utilization of my team. It works well when slicing by individuals but when I try to do a grouping of them it adds up all of the percentages instead of averaging them. Is there a way to force DAX to average them instead of sum them? The TIMESHEETS table has the hours booked by my team and there are multiple rows per day and per person.
Utilization = CALCULATE ( DIVIDE ( SUM ( TIMESHEETS[Hours] ), ( CALCULATE ( DISTINCTCOUNT ( TIMESHEETS[Actual Date] ), 'Calendar (Actual Date)'[Weekday/Weekend] = "Weekday" ) * 7.5 ) ), 'Calendar (Actual Date)'[Weekday/Weekend] = "Weekday", 'CHARGE CODES'[Billable/Non-Billable] = "Billable" )
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
7 | |
5 | |
4 | |
3 |
User | Count |
---|---|
13 | |
11 | |
9 | |
8 | |
8 |