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 / Avoiding to many looku...
Power Apps
Unanswered

Avoiding to many lookups in a grouped by gallery

(0) ShareShare
ReportReport
Posted on by 725

Hi everyone

More a question of good practice. I have a Groupedby gallery

GroupBy(FinalInspections,"FIProductCode","FData"). So FIProductCode codes look like V122M or HHM213 and so on, however all the specifications or and upper an lower limits pertaining to that code are in a separate list. Therefore the titles for the child gallery look something like. "Piece count " & LookUp(ProductCode,PCCode=ThisItem.FIProductCode,PCMinCount &"-"& PCMaxCount) and so I have to do this for four different column headers. Is there a way I can do a single lookup?, keeping in mind this renders without a button press.

Any help would be appreciated.

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

    Hi @Corissandageri ,

    Do you mean something like this ?

    AddColumns(
     GroupBy(
     FinalInspections,
     "FIProductCode",
     "FData"
     ),
     "PieceCount"
     "Piece count " & 
     LookUp(
     ProductCode,
     PCCode = FIProductCode,
     PCMinCount & "-" & PCMaxCount
     )
    )

     

    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.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • R Bakker Profile Picture
    725 on at

    Hi Warren

    I have Piece count upper and lower, Weight upper and lower and Defects percent no greater than. At the moment I am doing three separate lookup's   based on the Product Code. As the gallery holds a lot of data, I want to make it as performant as possible.

    AnalyserEdit.png
  • WarrenBelz Profile Picture
    155,922 Most Valuable Professional on at

    Hi @Corissandageri ,

    Please provide more information on the other fields you want involved.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 316 Most Valuable Professional

#2
11manish Profile Picture

11manish 242

#3
Valantis Profile Picture

Valantis 198

Last 30 days Overall leaderboard