web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Help with Filter and S...
Power Apps
Answered

Help with Filter and SUM function in PowerApps

(0) ShareShare
ReportReport
Posted on by

Good day

 

I have a SQL table called "ZHA_IND", with a column name called "GSART".  Under column GSART I have records that contain "33L", "33A","33B","33I","33K","33D" and "33C") which I want to filter on.  After filtering, I want to SUM all the extracted items under the "EXPOSURE" column).  I have a variable declared for the record called varBPRecord.  This is my formula (but I know it is totally wrong and it also gives me a Delegation error):

 

Sum(Filter(ZHA_IND,varBPRecord.GSART="33L",varBPRecord.GSART="33A",varBPRecord.GSART="33B", varBPRecord.GSART="33I",varBPRecord.GSART="33K",varBPRecord.GSART="33D",varBPRecord.GSART="33C"),ThisItem.EXPOSURE)

 

Can you please assist me with the correct formula?  I am just totally braindead this morning 

 

Thank you kindly

Categories:
I have the same question (0)
  • janineb Profile Picture
    on at

    Thank you - as always you have solved my problem.  Much appreciated

  • Verified answer
    WarrenBelz Profile Picture
    153,507 Most Valuable Professional on at

    Hi @janineb ,

    I am not an SQL user, but this structure should work and solve your Delegation issue providing the top filter returns record numbers less than your Delegation limit

    With(
     (
     wList:
     Filter(
     ZHA_IND,
     varBPRecord.GSART="33L" ||
     varBPRecord.GSART="33A" ||
     varBPRecord.GSART="33B" || 
     varBPRecord.GSART="33I" ||
     varBPRecord.GSART="33K" ||
     varBPRecord.GSART="33D" ||
     varBPRecord.GSART="33C"
     )
     },
     Sum(
     wList,
     EXPOSURE
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 401

#2
WarrenBelz Profile Picture

WarrenBelz 334 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 325 Super User 2025 Season 2

Last 30 days Overall leaderboard