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 / Filter a Gallery based...
Power Apps
Unanswered

Filter a Gallery based on two Sharepoint Lists

(0) ShareShare
ReportReport
Posted on by 63

Hello All,

I am currently making a Power App based on existing SharePoint lists that were created in a sub optimal way. I have the following lists, FRUIT, TREES, and FRUIT_to_TREES. FRUIT_to_TREES is a helper table that has only two text columns of the Title column of both other tables, this is to allow a many to many relationships. What I need to do is create a gallery to do the following. I also need all options to be delegable to SharePoint.

1. Filter the table FRUIT_to_TREES 

2. In FRUIT_to_TREES filter on the Fruit collum only those records that a variable called var_selected_fruit

3. If the combo box  comb_ripeness has a selected value, Filter on the List Trees on a lookup collum called ripeness for records that match comb_ripeness.

My current formula that does not work is listed below:

Filter(
 FRUIT_to_TREES,
 var_selected_fruit_fruit=var_selected_fruit.Title)
&&
If(
 IsBlank(comb_ripeness.Selected.Title),
 true,
 Filter(
 TREES,
 StartsWith(
 ripeness,
 comb_ripeness.Selected.Title
		)
 )
)
Categories:
I have the same question (0)

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 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard