web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Average values from Sh...
Power Apps
Answered

Average values from SharePoint list

(0) ShareShare
ReportReport
Posted on by 25

Hi,

 

I’ve built a simple 5 button user satisfaction app which when a button is pressed the data is patched in to a SharePoint list. 

Im now creating another app to pull the data back out. I’ve got different tabs for different time scales E.G last today, last 7 days, last 30 days and last 90 days

 

I’ve managed to count how many responses have been submitted over each time scale but now I want to calculate the average for each response. 

I used the following formula to get the number of responses per time scales but not sure how to get the average of the ‘score’ column for each of the time scales. 

With(

   {

      wSRM:

      Sort(

         'SRM Results',

         ID,

         Descending

      )

   },

   CountRows(

       Filter(

           wSRM,

           'Received on'>= DateAdd(Today(), -0))))

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @XDUKERMANX 

    Please consider changing your Formula to the following:

    With({wSRM: 
     Sort('SRM Results', ID, Descending)
     },
    
     Average(
     Filter(wSRM, 'Received on'>= DateAdd(Today(), -0)),
     Score
     )
    )

     

    I hope this is helpful for you.

  • XDUKERMANX Profile Picture
    25 on at

    Yes that works. Thank you. Sorry for the delay in responding back to you. Been a crazy week.

     

    Thanks again!

  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @XDUKERMANX 

    I know how that goes!!  Glad it is working for you now.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard