I'm working on a project for a small non-profit where we need to develop reporting that shows projected revenue for the week ahead. The data to leverage are as follows:
Employees - Assigned to multiple projects, but have different hourly billing rates for each project. So John Smith is billed at $XX on Project #1 and $YY Project #2
Projects - 40-50 active projects at any given time
Project Hrs - Managers will be entering the # of hours their employees will be working on each project the next week.
The reporting needs to translate those hours into revenue. Seems imminently doable in PowerPivot. I'm envisioning the following data model:
EMPLOYEES
Employee ID
Name
PROJECTS
Project ID
Project Name
BILLING RATES
Employee ID
Project ID
Hourly Rate
PROJECTED HOURS
Employee ID
Project ID
Hours (#)
Date (Day)
Calendar
Date
Weeknum
etc.
Two questions:
1) does anyone see any major problems with the data model? I will probably build a simple Access DB with a form for Managers to enter data for PROJECTED HOURS
2) how do I get my DAX formula to pick up the different rates by project for individual employees when doing to math to project the revenue for the week ahead?
Help appreciated. Thanks!
jh
Employees - Assigned to multiple projects, but have different hourly billing rates for each project. So John Smith is billed at $XX on Project #1 and $YY Project #2
Projects - 40-50 active projects at any given time
Project Hrs - Managers will be entering the # of hours their employees will be working on each project the next week.
The reporting needs to translate those hours into revenue. Seems imminently doable in PowerPivot. I'm envisioning the following data model:
EMPLOYEES
Employee ID
Name
PROJECTS
Project ID
Project Name
BILLING RATES
Employee ID
Project ID
Hourly Rate
PROJECTED HOURS
Employee ID
Project ID
Hours (#)
Date (Day)
Calendar
Date
Weeknum
etc.
Two questions:
1) does anyone see any major problems with the data model? I will probably build a simple Access DB with a form for Managers to enter data for PROJECTED HOURS
2) how do I get my DAX formula to pick up the different rates by project for individual employees when doing to math to project the revenue for the week ahead?
Help appreciated. Thanks!
jh