Forum Discussion
Raj12
4 years agoHelper III
Implementing Excel table in Power Bi where a column value depends on another column earlier value
I want to implement an excel table in Power Bi Ideally I have 1st column data i.e. for year 30th and rest all should populate based on calculation: Year 30 31 32 33 34 35 36 37 38 3...
- 4 years ago
Ashish_Mathur
4 years agoSuper User
Hi,
Share the source data (not the expected result which you have pasted in the original message) in a format that can be pasted in an MS Excel file.
Raj12
4 years agoHelper III
This is source data is
| Age | Contribution | Investment Growth | Fund Value |
| 30 | 2500 | 50 | 2550 |
Now have to calculate forecasting for further Age yrs i.e. 31,32,33 etc based on calculation that
Growth = ( This year contribution+Earlier year fund value ) * 0.02
Contribution is constant for all years
Fund Value = This year contribution + Earlier year fund value+ This year Inv growth