Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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!