Hi everyone!
I am trying to calculate the cumulative sums of amounts in different months within a year. In excel, I would do so by locking the first value in the first month of interest and then calculate the following months/values by adding the previous figures to them.
For instance, the amounts in C4 is the result of =SUM($B$2:B4)
year | cumulative year | |
July | 100000 | 100000 |
August | 35975 | 135975 |
September | 23423 | 159398 |
How can I perform the same calculation in PowerBi-what would be the appropriate command?I have a much lengthier list and in excel I would use the SUMIFs formulat to aid the operation.