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 Gallery on Comb...
Power Apps
Answered

Filter Gallery on Combobox Lookup Field

(0) ShareShare
ReportReport
Posted on by 83

I'm looking for some advice. I have two SharePoint lists: Employees and WeeklyReports.

 

I want an employee to choose their name (ComboBox1) and then be able to see all the reports they have submitted. The gallery would only show dates from the ReportDate column from WeeklyReports sharepoint list. (ReportDate is date and time column; default day set to "today")

 

In Employees list, I have a text column named "TeamMember."

 

In my WeeklyReports I have a lookup field that gets the TeamMember column from Employees sharepoint list.

 

Everything is working great except when I try to filter data in a new gallery. I have a Combobox1 with Items=Sort('Employees',TeamMember). Works great - I can see all the employees.

 

On gallery - Items=Filter('WeeklyUpdates',ComboBox1.Selected.Name). There are no errors. However, no information is being populated. 

 

I hope all this makes sense. Thank you!!

 

 

Categories:
  • zmansuri Profile Picture
    6,048 Super User 2024 Season 1 on at

    Filter('WeeklyUpdates',ColumName = ComboBox1.Selected.Name)

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @ttaylor4125,

    Have you solved your problem?

    Do you want to filter the LookUp column based on a ComboBox selected?

    I think there is something syntax wrong with your Filter() function, you should assign the aimed LookUp column name within the Filter().

    Modify your formula as below:

    Filter('WeeklyUpdates',LookUpColumnName.Value=ComboBox1.Selected.TeamMember)

    Note that you should add ".Value" when you refer to the LookUp column.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard