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

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

You may wish to try an expression something like below for the VC
SUM(SELECT(Table Name[Daily Expenses],[Begins]<=[_THISROW].[Begins]))
Hi Francisco, how do you resolve this?
Many thanks!!
hello.how can i subtract or sum 2 rows in one colums to write another colum