Especially:
Also:
There are many ways to skin this cat, but the one I offered is:
- Create a column called OrderId with formula:
thisTable.Find(thisRow)
- Then your Accum. Revenue formula can be:
thisTable.Filter(OrderId <= thisRow.OrderId).Revenue.Sum()
7 Likes