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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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


@ 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!:
The Definitive Guide to Power Query (M)

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors