Im working in power query, I need to acumulate value per month and account. For january I like to only se value for janauray and then for february summed value for jan and feb and so on.
Is there any formula that ca create the coulumn Acum Value below?
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Period[/TD]
[TD]Value[/TD]
[TD]Acum Value[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Jan[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Feb[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mar[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Jan[/TD]
[TD]4[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Feb[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Mar[/TD]
[TD]2[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Jan[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Feb[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Mar[/TD]
[TD]2[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]
Is there any formula that ca create the coulumn Acum Value below?
[TABLE="class: outer_border, width: 500, align: left"]
<tbody>[TR]
[TD]Account[/TD]
[TD]Period[/TD]
[TD]Value[/TD]
[TD]Acum Value[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Jan[/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Feb[/TD]
[TD]2[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]Mar[/TD]
[TD]5[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Jan[/TD]
[TD]4[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Feb[/TD]
[TD]1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]601[/TD]
[TD]Mar[/TD]
[TD]2[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Jan[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Feb[/TD]
[TD]5[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Mar[/TD]
[TD]2[/TD]
[TD]8[/TD]
[/TR]
</tbody>[/TABLE]