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 Automate / Sum of Datatable Column
Power Automate
Suggested Answer

Sum of Datatable Column

(0) ShareShare
ReportReport
Posted on by
Hi there,
 
I was wondering if anyone has tried the PowerFX Sum function with Datatables to sum a column in the table.
 
Without enabling PowerFX I go through the 'regular' looping method to create a running total or sum, but hoped that with PowerFX we would be able to reference the first column and just use SUM.
 
Any suggestions are appriciated
 
Ta!
Screenshot 2025-0...

Your file is currently under scan for potential threats. Please wait while we review it for any viruses or malicious content.

I have the same question (0)
  • Suggested answer
    eetuRobo Profile Picture
    4,484 Super User 2026 Season 1 on at
    To read value from datatable use =ReadCell() function.

    Example: My table


    So I will sum column1 value so like so: 3 +5 +7 +8 = 23
    First Set variable that you will sum the values to and set it to 0. 
    Then use For each loop that takes the data table and in the loop Set variable that uses the Sum (=Sum()) to read int value (Int()) CurrentItem column1 (ReadCell(CurrentItem, 1)) and the sum value to sum to itself.

    function:
    =Sum(Int(ReadCell(CurrentItem, 1)), Column1Summed)

    Like so:


    Or break it into two set variables for readability:

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 592

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard