Hello! Happy Monday.
I have a ton of date columns in my SharePoint list. I have the find the average between each pair of dates. Number two requirement is the one i can not figure out for the LIFE of me.
The requirements:
1. Find the difference between the dates individually.
I do so using this formula referencing the form on the screen. Works great.
DateDiff(DataCardValue30,DataCardValue33 ,Days)
2. Find the average of the all the days.
For example using the image. I have a column information requested and Information Received. The formula above is used to note the date difference was a total of 1 day on the right using information from datacards from the Form on the left.
Now I need to find the average for all my list items. Say one item took 1 day, one item took 5 days, one item took 3 days etc. I need to find the average of all items. These items are in a SharePoint list, but they are also in a Gallery on my power app. I am willing to di it via SharePoint or via power app formula.

I thank you in advance. I always mark the solution to my questions! Promise 🙂
Madeline