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 on sharepoint l...
Power Apps
Unanswered

Filter on sharepoint list that return lookup column values

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I am new to PowerApps and am needing to figure out a rather complex requirement. I have a SharePoint List that has a list of acronymns and has a column called Categories. All the acronymns have a category associated with them: For example, ABC acronym is associated with clinical category while DEF acronym is associated with Information Technology category. I need  a filter function that will look at the datacard choice field I have (8 categories) and then return the acronymns based on that choice field value the user chooses. Hopefully this makes sense. Any help would be appreciated.

Categories:
  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Would you please explain a bit for the SharePoint list, specially for the Categories field?

    To get the Choice Field Value, you could take use of:

    DataCardValue.Selected.Value

     

    If the Categories field is a lookup type field, then the lookup() function should be written as below:

    Lookup(SharePointList, CategoryField.Value=DataCardValue.Selected.Value, acronymns)

    And if the Categories field is a string field, the nteh formula should be changed into:

    Lookup(SharePointList, CategoryField=DataCardValue.Selected.Value, acronymns)

    Regards,

    Michael

  • v-micsh-msft Profile Picture
    Microsoft Employee on at

    Hi,

     

    Do you need any further help on this?

     

    Regards,

    Michael

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