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 / Filtering Choices func...
Power Apps
Answered

Filtering Choices function

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I have a combo box, where I have in the items the following:

 

choices(PK_Antragx.ALT_Positionx)

 

That works fine and gives me a list of all professions. Now I want to filter it like this:

 

 

Filter(Choices(PK_Antragx.ALT_Positionx); Value="Assistent")

 

 

That has no error but gives an empty list.

I can do the following:

 

choices(PK_Antragx.ALT_Positionx; "Assistent")

 

But that does a search and only gives choices which match "Assistent" - my problem with it - I need heterogeanous values

 

I also can do this:

 

Search(Choices(PK_Antragx.ALT_Positionx); "Assistent"; "Value")

 

That works in opposite to filter as well, but the same issue as before - I don't need a search but a filter for certain items.

 

Is "Filter(Choices(..." not possible in power apps?

 

 

 

 

Categories:
  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    HI @andiart ,
    Try using below formula -

    Filter(Choices(PK_Antragx.ALT_Positionx); "Assistent" in Value)
  • Verified answer
    andiart Profile Picture
    on at

    I found the solution:

     

     

    Filter(Choices(PK_Antragx.ALT_Positionx); Label="Assistent")

     

    Maybe it's not "Value" because the choices come from sharepoint terminolgy.

     

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
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard