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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Create Chart by Dates
Power Apps
Answered

Create Chart by Dates

(0) ShareShare
ReportReport
Posted on by 1,265

I have the following which generates a Chart from all data in a SharePoint List.  Each SharePoint List item has a Created value; so, I would like to also crate a Chart based on Start and End "Created" values.  How do I incorporate into info below?  

 

ForAll(
    GroupBy(
        SLAMChartSummary,
        OMGrp,
        ByGroup
    ),
    {
        OMGrp: OMGrp,
        SumofNoSlams: Sum(
            ByGroup,
            Value(NoSlams)
        )
    }
)
Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    on at

    Hi @RJF61 ,

     

    Please try:

    ForAll(
     GroupBy(
     AddColumns(SLAMChartSummary,NewCreatedColumn,Text(Created,"yyyy-mm-dd")),
     NewCreatedColumn,
     ByGroup
     ),
     {
     OMGrp: OMGrp,
     SumofNoSlams: Sum(
     ByGroup,
     Value(NoSlams)
     )
     }
    )

     

    Best Regards,

    Bof

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 372 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 303 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 238 Super User 2026 Season 1

Last 30 days Overall leaderboard