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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
holydragon
Frequent Visitor

Determine Employee work time by month given a start and end date and FTE Assi

Hello,

 

I am trying to calculate a few project related statistics.

 

Capture.JPG

 

I have multiple employees working across multiple projects.  Multiple employee can work on the same project and each employee can have multiple projects.

 

Given the project name, employee start date, employee stop date, employee effort, and employee name how do I calculate the following:

 

1) Amount of time spent on a given project by month

2) Amount of time expended by a given employee by month

 

Kind Regards,

HD

2 REPLIES 2
amitchandak
Super User
Super User

Please share some sample data. If possible please share a sample pbix file after removing sensitive information.Thanks.

My Recent Blog -

https://community.powerbi.com/t5/Community-Blog/HR-Analytics-Active-Employee-Hire-and-Termination-tr...

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
Anonymous
Not applicable

For first question try below measure.
Create one column which tell the current month of project and use this in summerize measure else you can check the month in dax only.

Measure=Sumx(summerize(table,table[projectname],month(table[startdate],table[efforts]),table[efforts])


For second question, just replace projectname column with employee name in above measure.

Thanks and regards
Pravin Wattamwar

If it resolves your problem mark it as a solution and give Kudos.





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.