Mario and I worked on your table at the same time, I have shown an alternative way to do achieve the same in the document by creating a view and then reading columns from the table.
Sorry to bother you again, but do you know if that is possible to sum the data of the choosen time frame ?
For example if I choose in my date ranger picker 1st & 2d December how can I sum them automatically ? Instead of showing the data separate like 3, 32. It’s seems a bit tricky but I can’t figured how to do that or even if that is possible
EDIT : Thanks to @Pch. The good formula to do that is : [Table 1].Filter(Day.Matches([daterangepicker 2])).Purchase.Sum()`
In this reference manual I show how to do that in a table, as well as several other problems that I have had to solve. There is also a link to subscribe if You would like to be updated with changes.