Forum Discussion
Anonymous
4 years agoNot applicable
Calculation in Data View - Year doesn't change
Hello everyone, this is my first time posting here. I have a data set with 5 tables, it about budget planning and forecasting. The following table should give an overview about the deadline - wh...
- Anonymous4 years ago
Anonymous Try this:
BudgetEnd=DATE(YEAR(Table[Date]), MONTH(Table[Date]),DAY(Table[Date]))+[ForecastDurationDays]
Anonymous
4 years agoNot applicable
Anonymous Try this:
BudgetEnd=DATE(YEAR(Table[Date]), MONTH(Table[Date]),DAY(Table[Date]))+[ForecastDurationDays]
Anonymous
4 years agoNot applicable
Thank you so much! Didn't know the solution is that simple š