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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
kaydee253
New Member

Calculating Resource Loading for projects by date

I'm new to Power BI and DAX, PQ. I'm trying to find the resource loading by date for all resources in the organization. I have the start and end dates for all tasks of the projects, and all tasks are allocated to one or more resources. I'm calculating the average resource loading per task using the total allocated hours per task per resource divided by the total duration of the task (in workdays). The table shows my Power BI input table and the graph shows the desired output. Appreciate any guidance I can get.

 

Sample data is located here: https://www.dropbox.com/s/av6fggigbuy15as/ResourceLoadingSample.xlsx?dl=0 

Formulaically, in VBA, this is what I'm trying to achieve:

 

For myDate = StartDate to EndDate

    For each item as string in ProjectTaskID

        ResourceLoading(myDate, ResourceName) = ResourceLoading(myDate, ResourceName) +_

                            AverageLoadingbyResourcebyTask(ProjectTaskID, ResourceName)

    Next ProjectTaskID

Next myDate

 

PowerBIQuery.JPGPowerBIResourceLoading.JPG

3 REPLIES 3
davidhally
Regular Visitor

Hi was there ever provided a solution to this post?

danextian
Super User
Super User

Please provide an importable sample/dummy data, not a picture.  🙂





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

Done.

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.