Hi all
I'm working on a formula to just calculate the averages of a data table being displayed in a PowerApps which reads a table from the CDS.
I'm wondering how I can make this average function work? -
"Average = " & Average(Filter('Daily Measurement', 'Daily Measurement(Views)'.'Active Daily Measurement','Count'.'Counts'=GalleryList.Selected.'Count'.'Counts'),"eas_count")
Error - "Delegation warning. The Average part of this formula might not work correctly on large data sets."
How can I calculate my averages with large datasets?
Thank you and kind regards