Hello
I am hoping to improve performance by referencing the gallery instead of the data directly.
I have a column "Load" and "Cumulative Load". I have a gallery that filters by the current user and created today. I'd like the information for the cumulative column to come from the gallery instead of the Sharepoint site to speed things up
Sum(Filter('Pour Data','Creator Email' =User().Email,Text(Created, DateTimeFormat.ShortDate) =Text(Today())),'Load (m^3)')+DataCardValue36
This is the code for the cumulative column, which itself is DataCardValue36
If anyone had any idea on how to get a delegable filter for created today too would be a bonus, but my understanding is that this is not possible
Any advice appreciated
Conn