How do I multiply relative time values with previous time steps?

Hi Ben, looks like you want to make use of the Spread function! See forum post here explaining how it works.

For your purposes the formula spread(CustomersAdded [0:t],CustomerRevenue [0:t]) should achieve your goal!

1 Like