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 / Help With Charting fro...
Power Apps
Answered

Help With Charting from Sharepoint List

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Team,

I am new to the charting in powerapps and need some help.
I need my chart to show the sum of OLEO produced and separated by Cut type and grouped by Date.
I got it to a point where it shows the sum of OLEO produced and grouped by Date but not separated by Cut Type.
It is currently one big sum for the day. How can i get this last piece into my formula?

AddColumns(
                 GroupBy(
                           AddColumns('OLEO KPI APP', "EntryDate", Date(Year(Date), Month(Date), Day(Date))),
                           "EntryDate", "theitems"),
                           "MonthCount", Sum(theitems, 'OLEO Produced')
)

Below is a sample of what the sharepoint list looks like.

Please help.

Thank you so much!
Dan

DateOleo ProducedCut Type
3/18/2162,5001
3/18/2194,3002
3/18/2142,3001
Chart.png
Categories:
I have the same question (0)
  • Verified answer
    mahoneypat Profile Picture
    1,720 on at

    I believe you need to add your Cut Type column to your GroupBy as follows

     

    AddColumns(
                     GroupBy(
                               AddColumns('OLEO KPI APP', "EntryDate", Date(Year(Date), Month(Date), Day(Date))),
                               "EntryDate", "Cut Type", "theitems"),
                               "MonthCount", Sum(theitems, 'OLEO Produced')
    )

     

    Regards,

    Pat

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 379 Most Valuable Professional

#2
11manish Profile Picture

11manish 203 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard