Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Recursive calculation - Workaround?

Hey guys,

I've been stucked in a problem for a few days and I need help.

I want to create a measure to calculates recursively the price for n current Month.

My formula is the same as below:

PriceN = PriceN(month-1)*Lambda + (1-Lambda)*Price(month-1)

Example:

 

Can anyone help me please to solve this problem within Power BI?

Thanks in advance