Announcements
Hello!I am looking for the solution to sum data from few columns for one records (to compare with given value) as below:Is it possible in PowerApps (Canvas)
thank you in advice!
Sum(DataSource,'FTE saving' + 1/2022 + 5/2022)
hi @C-Papa,
It sums columns for all the records.
1. Is it possible to sum values only for one (selected) record?
2. Is it possible to sum 'All columns' without naming all columns?
I need to compare the sum from all the columns to 'FTE saving' value.
Within your gallery, add Set(var_selected,ThisItem) to the button OnSelect that you want to select the item with. then use the Sum function to display the value: Sum(var_selected.col1, var_selected.col2, var_selected.col3 etc etc)
You always need to specify the column to summarise. you could add a calculated column to your database that summaries all of the required columns, then you would only need to refer to this column
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 325 Most Valuable Professional
11manish 165
MS.Ragavendar 88 Super User 2026 Season 1