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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Resource utilization per month

Capture.JPG

 I have 4 tables as mentioned in attachment Tasks,Holidays,Leaves,Total.

 

User1 Scenario:

Considering Total that in Jan20 say we have only total of 9 days of which Holidays tables say we have 3 days off & Leaves table talks about User1 took 1 complete day leave and per day we have 5 Man Hrs.

i could able to get:

 
Can someone help me out with the logic of TotalWorkingHrs: i tried 
WorkingDays = CALCULATE(VALUES(Tasks[WDwoLeaves])-[LeavesTaken])
which is giving correct value User1: 9-3-1= 5 & User2: 9-3-0.5= 5.5 but TeamUtilization% = sum(WorkingHrs)/noOfUsers is not coming out correctly. Need Help
Leaves TakenHolidaysTotalWorking Hrs

User1: 1 & User2: 0.5

User1:3 & User2: 3Technically : (TotalDays - Leaves -Holidays)*5 Hrs
That totalDays varies from Month-Month
is that Month(UserTaskDate) is Jan then it should take Jan.... 
2 REPLIES 2
Greg_Deckler
Super User
Super User

Seems like you want:

https://community.powerbi.com/t5/Quick-Measures-Gallery/Net-Work-Days/m-p/367362#M109

 

I have a better version of that in my book along with calculating out % Utilization, etc.

 

Also, you will likely run into a measures total problem when doing this so. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...
Anonymous
Not applicable

Thanks Greg,

for the response, not exactly the same but im stuck in onething how to write DAX for a condition
Scenario: 

if Month(Tasks[date]) = Month (Total[date]), which technically if Jan20 then 31-Tasks[WorkingDays], else if Feb20 then 28- Tasks[WorkingDays] and so on.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.