Forum Discussion
zivhimmel
Resolver I
9 years agoRecursive calculation
Hi, How can I do the following ? First day - Column A = 100 2nd day and every day that follows, column A=yesterday's value of column A X column B. Thanks !
- 9 years ago
Following from other replies, you basically need to calculate the cumulative product of your 'growth factors'.
Gerhard Brueckl's blog (link above) had a method using summing logarithms, then mentioned that you can now use PRODUCTX.
Here are two examples using PRODUCTX in a calculated column. You could adapt this to a measure if that makes sense as well.
Anonymous
9 years agoNot applicable
Hi zivhimmel
The link
http://blog.gbrueckl.at/2015/04/recursive-calculations-powerpivot-dax/
may be helpful. Check it out. If it solves your issue please give KUDOS.
Cheers
CheenuSing
- zivhimmel9 years ago
Resolver I
Thanks Anonymous, I've actually seen it before posting but couldn't extract exactly what I need from it,
I'll give it another try.