Announcements
Hello,
Is there a way to filter a datasource to get users from a people picker field to display in PowerApps based on the Title dropdown value?
@ilanos
Yes, this is very possible. In general, you would be using the Filter function to do this.
Can you explain your situation a little more? That would be helpful to provide full details on the solution.
Yes, suppose you have a dropdown with some values which will match the title
Put this code in the Items property of the PeoplePicker to show only those with a matching title.
Filter(your_datasource_name, Title=Dropdown_Title.Selected.Value).PeoplePickerColumn
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Ok, if I have a Gallery that displays a Datasource. I have a peoplepicker field where allow for multiple selection is set to yes. how can I display all approvers in my Current Approvers field in the Gallery? This does not work (ThisItem.'Current Approvers'.DisplayName)
This worked for me: Concat(ThisItem.'Current Approvers',DisplayName,";")
Did you find the solution? If yes, please mark the post that shows the solution to close the thread.
We are also looking for same solution ...You syntax doesnot work me .Can you please share correct syntax
My code Concat(ThisItem.'Approve'.DisplayName,";")
@Anonymous Suggest you start your own new thread and provide all relevant details to your problem.
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 397 Super User 2026 Season 2
Mohsin Ali 354
WarrenBelz 232 Most Valuable Professional