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 Apps / SharePoint List Lookup...
Power Apps
Unanswered

SharePoint List Lookup Sum

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I'm abit stuck here and hope I can have some assistance.

 

I have a SharePoint List (List A) which is are our customers, and another SharePoint List (List B), which is a parts list.

The customer can select multiple items, via PowerApps form connected to the SharePoint List.

I've tried calculated column doesn't work since it's a lookup column.

 

I would like to calculate the last column as a sum (PartsItem: OrderItem).

The total should be 0.25 in are separate column or same column.

Please see screenshot as example.

 

evken_0-1668939675293.png

 

Thank you

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,293 Most Valuable Professional on at

    Hi @evken ,'

    A secondary Lookup column  simply does not work in Power Apps (you actually do not need lookup columns at all - I never use them). Replace field name in List B being looked up.

    With(
     {
     wParts:
     Filter(
     ListB,
     LookedUpFieldName = ThisItem.PartsItem.Value
     )
     },
     Sum(
     wParts,
     OrderItem
     )
    )

     

    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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 392 Most Valuable Professional

#2
11manish Profile Picture

11manish 136 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard