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 / Using a Dropdown list ...
Power Apps
Answered

Using a Dropdown list containing values from one list to filter items of another list's Browse Gallery

(0) ShareShare
ReportReport
Posted on by 56

Hi Community!

 

I am stuck trying to implement this feature in PowerApps. Let me explain the issue,

I have two SharePoint Lists that are added as sources in PowerApps, the lists are as follows -

 

List 1

List 1.PNG

 

List 2
List 2.PNG

Now what i am trying to do is to implement a DropDown in the Browse Gallery page of List 2. The Drop down should shown values of Location from List 1 (here, Brooklyn and Queens). If Brooklyn is selected, then the Browse Gallery of List 2 should only display the Academic details of students from that location.Like Shown below -

Academic Details - List 2's Browse GalleryAcademic Details - List 2's Browse Gallery

 

 

I used this following code in the dropdown to list out the distinct locations but i do not know how to filter the browse gallery with the item selected from the drop down.

 

Distinct('Student Details','Location'.Value)

 

 

Is there anyway to accomplish this? I'm totally stuck.

 

Thanks for any help!

Categories:
I have the same question (0)
  • amitchandak Profile Picture
    95 on at
  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @DevadathanK ,

     

    What is the data type of Location column? It seems to be Choices type, right?

    If so, I suggest you modify the Items property of dropdown to Choices('Student Details'.'Location')

    Then, modify the Items property of gallery:

    Filter(AddColumns('Academic Details',"SID", 'Student ID'.Id), SID in Filter('Student Details',Location.Value=Dropdown1.Selected.Value).ID)

    Hope this helps

    Sik

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard