Forum Discussion
Vilmar
Resolver I
4 years agoAcumulado Com Percentual
Ola Preciso do acumulado atual somando o valor atual com o acumulado anterior multiplicado por uma taxa de crescimento: X_Acum = X + (X_Acum ano anterior * (1 + Taxa_Crescimento_Y)) Para ilustra...
- 4 years ago
v-jingzhang thanks. I will also keep trying around here
v-jingzhang
Community Support
4 years agoHi Vilmar
The difficulty is that when creating a column with DAX, it is not possible to refer to a value in the same output column of previous row like that in Excel. Iteration is complicant in DAX. I will try to find a possible solution but I cannot guarantee it.
Best Regards,
Community Support Team _ Jing
Vilmar
Resolver I
4 years agov-jingzhang thanks. I will also keep trying around here