Forum Discussion

akos_skutovics's avatar
4 years ago
Solved

project value distributed over upcoming months

Tables:

Duration (duration refers to months here)

DepartmentDuration
Dep11,5
Dep22


Project

IDNameDepartmentStartDateValue
1Project1Dep104-10-202150.000
2Project2Dep204-10-202140.000


My goal is to visualize the project values for the upcoming months. There are two solutions, both would be of interest:

  1. For example, disregarding that StartDate is a date and threating it only on monthly level. So that Project ID 1's value would be split between October (33.333) and November (16.667).

  2. Treat StartDate as a Date, and factor in the remaining days or workdays of the month.

1 Reply