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 / collection filtering
Power Apps
Answered

collection filtering

(0) ShareShare
ReportReport
Posted on by 24

Hello, i have a gallery and data source is the collection. I want to filer the another collection based on the selected row in gallery based on ID and get the value of the another column. Request you to please help. Thanks

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

    Hi @vshah2 ,

    Something like this

    Filter(
     YourOtherCollection,
     ID=YourGalleryName.Selected.ID,
     YourOtherColumn
    )

    or

    Filter(
     YourOtherCollection,
     ID=YourGalleryName.Selected.ID
    ).YourOtherColumn

     

    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.

     

  • Verified answer
    v-yutliu-msft Profile Picture
    Microsoft Employee on at

    Hi @vshah2 ,

    I agree with most of @WarrenBelz 's thought. But I need to correct you a little. Filter function could not get field's value(formula1).

    In formula2, you will get a table, not a value neither.

     

    Do you want to filter another collection based on the selected ID in the gallery and get one column value from the filtered collection?

    If so, I suggest you try LookUp function, which could get the filtered item's field value.

    Try this:

    LookUp(
     YourOtherCollection,
     ID=YourGalleryName.Selected.ID,
     YourOtherColumn
    )

    or

    LookUp(
     YourOtherCollection,
     ID=YourGalleryName.Selected.ID
    ).YourOtherColumn

     Please refer this doc to see the differences between filter function and lookup function:

    https://docs.microsoft.com/en-us/powerapps/powerapps-overview

     

     

    Best regards,

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 475

#2
WarrenBelz Profile Picture

WarrenBelz 387 Most Valuable Professional

#3
11manish Profile Picture

11manish 289

Last 30 days Overall leaderboard