Forum Discussion
Resource utilization per month
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
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.