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
fsim
Responsive Resident
Responsive Resident

start date - end date and sum per month

Hi !
I'm not even sure how to express myself on this problem.

I have one table of tasks, with a start date, an end date, a number of allocated daily hours and an user.
I also have a calendar table.

I want to have an idea of the montly occupation rate of my users knowing that they are supposed to work 8h/day from mon to fri.

I guess I should create some measure that counts for every project/user the number of days between the two dates , then multiply by the number of allocated hours and sum the results on a monthly basis.  Then devided by the numbers of avalaible working hours. (I already have this one !) 
So a specific user, working 4hours a day on one single project that ran from feb 1st to March 1st  should have a 50% occupation rate for february and  2% on March (4h/ 23 working day * 8h)
I tried using datebetween , but I get an error message saying that there are many different start date. I can't figure it out (spent too much time in power query and not enough on Dax :-D)
Could a good soul gives me an hint ?
thanks in advance

1 ACCEPTED SOLUTION
fsim
Responsive Resident
Responsive Resident

Hi Liang,
thanks for your answer.

Obvioulsy, Dax is not the best tool for this. I decided to go back to PowerQuerry and generate a list of date for each reccord. Then I was able to expand the list in new rows. 
List.Dates([start_date],Duration.Days([end_date]-[start_date])+1, #duration(1,0,0,0))
Now I have to deal with repeated dates, but this is another storry

View solution in original post

2 REPLIES 2
fsim
Responsive Resident
Responsive Resident

Hi Liang,
thanks for your answer.

Obvioulsy, Dax is not the best tool for this. I decided to go back to PowerQuerry and generate a list of date for each reccord. Then I was able to expand the list in new rows. 
List.Dates([start_date],Duration.Days([end_date]-[start_date])+1, #duration(1,0,0,0))
Now I have to deal with repeated dates, but this is another storry

V-lianl-msft
Community Support
Community Support

Hi @fsim ,


See if this blog can help you:

https://blog.enterprisedna.co/how-to-calculate-occupancy-days-per-month-in-power-bi-using-dax/ 

If you can provide some sample data and the results you expect,we can do more tests to help you check this issue.


Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.