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 / SharePoint Column Aver...
Power Apps
Answered

SharePoint Column Average in PowerApps text field

(0) ShareShare
ReportReport
Posted on by 70

Hello Everyone, 

 

I happen to have a list that has a few columns with records added on daily bases. Now I need to show the Month Till date average of these columns in my app. Please help how can I get this done? 

 

Here is an example of how my list looks like. I would like to get the average of all values in 'Score' column based on month where it is july. 

 

ashar1990_0-1689868703795.png

 

Categories:
I have the same question (0)
  • Verified answer
    BCBuizer Profile Picture
    22,833 Super User 2026 Season 2 on at

    Hi @ashar1990 ,

     

    You can do so by using a combination of the Filter and Average functions. The Filter function is used to select the items for MTD and the Average function then calculates the average:

     

    Average(
     Filter(
     'Dummy List',
     Month = "July",
     ),
     Score%
    )

     

    The filter condition is hard coded in the above example, but can be replaced with a reference to a dropdown or the current month.

  • Verified answer
    madlad Profile Picture
    2,637 Moderator on at

    To get the average for july, you could try something like:

    Average(Filter(*YourList*, Month = "July"), Score%)

     

    Hope this helps!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard