Forum Discussion
leandroduarte
Helper I
5 years agoInflation 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
Super User
5 years agoleandroduarte , Try a formula
calculate(sum(Table[Inflation]), filter(allselected(Table), Table[Period] = max(Table[Period])))