Hi All,
I think I'm trying to do something quite simple and it may be a beginner question but can't get the right formula... I have a SharePoint list where I store my expenses: Date and Price, and I want to generate a chart that will show the cumulative expenses through time.
I've tried something like this : AddColumns(expenses;"Val";Sum("Price")) but the only thing I get is each expense for the day associated...
Thanks in advance for your help !