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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
PBI_newuser
Post Prodigy
Post Prodigy

Calculating Technician Utilization

Hi, 

 

I want to calculate the technician utilization as formula below

Utilization = (Labor hours + Travel hours) / Hours Available

  • Hours available per month = 160

How can I fix this 160 available hours in my calculation?

I need to analyse the utilization by month, by year, by team, by technician.

 

TeamTechnicianWork OrderLabor hoursTravel hoursResolution Date
AlphaEricA-1233.51.205-12-19
AlphaEricB-1232.53.503-01-20
AlphaAaronC-1236.41.212-02-20
AlphaRichardD-1235.24.215-02-20
AlphaRichardE-1236.21.124-01-20
AlphaRichardF-1234.43.203-04-20
BetaJoshuaG-1242.53.524-04-20
BetaRobertH-1246.41.230-12-19
BetaRobertI-1256.21.123-02-20
BetaMikeJ-1254.43.208-03-20
BetaMikeK-1263.51.207-01-20
BetaJoshuaL-1265.24.203-04-20
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@PBI_newuser, create a month-year column or take it from the date table

avergageX(summarize(table,table[Month-year],table[Team],table[Technician],"_1",160,"_2",sum(Table[Labor hours])+sum(Table[Travel hours])),divide(sum([_2]),sum([_1])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@PBI_newuser, create a month-year column or take it from the date table

avergageX(summarize(table,table[Month-year],table[Team],table[Technician],"_1",160,"_2",sum(Table[Labor hours])+sum(Table[Travel hours])),divide(sum([_2]),sum([_1])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors