Sum the Datatable column in Power apps

Loading

Requirement: Power apps Sum the DataTable column

Create a SharePoint list “Employeedata”. Add columns, Create Canvas app add Data table to the screen, connect data to the table, Now for checking Sum of the products counts which consists of Number column or date and Time column, In this Take two label controls separately, Add sum formula to the label – On Text Property:

Sum(Filter(EmployeeData,Date=Date(2023,05,19)),EmpSalary)

Provide the Date to filter and get the sum of the salary.

Leave a Reply

Your email address will not be published. Required fields are marked *