How to do group by and calculate sum in Power Apps?
This Power Apps tutorial will go over how to group data and calculate the sum of those grouped items within Power Apps. We’ll use the PowerApps Groupby() and Sum() functions to group the data and determine the sum of the grouped items. I was recently working in a canvas app in Power Apps, where we …