Skip to main content

Notifications

Community site session details

Community site session details

Session Id : vD8U9ZxpQo83txn8Ic+6l3
Power Apps - Building Power Apps
Answered

How to make Summary data

Like (0) ShareShare
ReportReport
Posted on 21 Jun 2020 13:46:19 by 110

Hi all.

I have app, where users make orders. Data Source is SharePoint List.

I need to make on main screen summary table. I try to make simple sum by column share point list with quantity of products, bu it's not allowed. I thought it's simple, but i was wrong.

 

Do you have any examples for this?

Categories:
  • Verified answer
    v-yutliu-msft Profile Picture
    on 22 Jun 2020 at 07:43:48
    Re: How to make Summary data

    Hi @answeriver ,

    Do you want to get sum of quantity based on product type?

    If so, you need to firstly use GroupBy function to group rows based on product type, then use AddColumns and Sum function to add a column with the sum of quantity for each product type.

    Could you show me your table's structure? fieldname, field data type?

    I assume that you have a column named product(text type), a column named quantity(number type).

    insert a data table, set its Items:

    AddColumns(
     GroupBy(table,"product","products"),
     "sum of product",
     Sum(products,quantity)
     )

     

     

     

    Best regards,

  • Rahber Profile Picture
    1,935 on 21 Jun 2020 at 14:15:54
    Re: How to make Summary data

    Can you try this?

    Sum(Filter('Name of the List','Status'="Completed"),'column to be counted')

    So basically i am using filter to delgate the stuff to sharepoint to get me the required rows and then i have counted the columns. I am using a filter Status is completed and you can change it to your filter

    My column type was Number.

     

    Please mark the post as solution if it resolved your problem or if it helped you in anyway don't forget to up vote!

  • mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on 21 Jun 2020 at 14:07:50
    Re: How to make Summary data

    @answeriver 

    Please PROVIDE a sample of your data being used as an input for the summary.  Then, show EXACTLY what the summary should look like.

     

    The forums are most helpful when you ask a specific question.


    ---

    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
MS.Ragavendar Profile Picture

MS.Ragavendar 20

#2
BCBuizer Profile Picture

BCBuizer 10 Super User 2025 Season 1

#2
LC-26081402-0 Profile Picture

LC-26081402-0 10

Overall leaderboard
Loading started