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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Tektolnes
Regular Visitor

Create Table for Resource Tracking

I'm trying to create a resource tracking table which would get populated from a single source where projects details are stored. For example the project details repository would have something like the below:

 

Project IDResourceStartEnd
REF-1101/01/202017/01/2020
REF-20.507/01/202013/01/2020
REF-31.503/01/202009/01/2020

 

What I would like to do is have Power BI create a table which showed all the dates in a year, the projects and the number of resources assigned to them. Maybe something like this:

 

DateREF-1REF-2REF-3
01/01/2020100
02/01/2020100
03/01/2020101.5
06/01/2020101.5
07/01/202010.51.5
08/01/202010.51.5
09/01/202010.51.5
10/01/202010.50
13/01/202010.50
14/01/2020100
15/01/2020100
16/01/2020100
17/01/2020100
20/01/2020000
21/01/2020000

 

With summarization, known total available resources, etc. I could then produce visualizations which would show resource deficits, when resources might be freed up, etc.

 

I have an idea of how I could do it in Excel but I'd prefer to not have to maintain something in Excel first and have Power BI work it out automatically if possible based on the first table provided above. Is this possible or what would be the best practice for handling this?

 

Thanks!

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi  @Tektolnes 

For your case, you could try this simple way:

First, you should have a date table.

Second, then you could create a new calculated table

New table = FILTER(CROSSJOIN('Table','Date'),'Date'[Date]>='Table'[Start]&&'Date'[Date]<='Table'[End])

Result:

2.JPG

and here is my sample pbix file, please try it

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

Refer to my blog and check how current employees has been generated. The same way you can get this

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

 

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @

Thanks. My Recent Blog -Decoding Direct Query - Time Intelligence , Winner Coloring on MAP , >HR Analytics , Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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