Forum Discussion
leandroduarte
5 years agoHelper I
Inflation accumulated
Hi, I'm trying to find a solution for accumulated inflation in Dax. This is based on the following rule Period Inflation Accumulated Rule 1 5.7% 5.7% first row = Inflation 2 3...
amitchandak
5 years agoSuper User
leandroduarte , Try a formula
calculate(sum(Table[Inflation]), filter(allselected(Table), Table[Period] = max(Table[Period])))