Daily SUM balance

Im looking to add a third virtual column that shows me the compounding of the expenses balance each day. Does anyone knows a formula for this?
sample

2X_8_867932a0427169b61afcda870b9c0369b03f38da.png

1 3 1,008
3 REPLIES 3

You may wish to try an expression something like below for the VC

SUM(SELECT(Table Name[Daily Expenses],[Begins]<=[_THISROW].[Begins]))

hello.how can i subtract or sum 2 rows in one colums to write another colum

Hi Francisco, how do you resolve this?

Many thanks!!

Top Labels in this Space