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 / Create new drop down f...
Power Apps
Unanswered

Create new drop down filter using a data field that is an existing drop down

(0) ShareShare
ReportReport
Posted on by

Hello,

Looking on tips on how to create a new drop down using a field thats an existing drop down. Id like to then use this as a filter. It seems in my field list, all the drop downs in my SP List are missing from the options. Any help would be appreciated!

Categories:
I have the same question (0)
  • Anonymous_Hippo Profile Picture
    1,247 Super User 2024 Season 1 on at

    Hello @apirez ,

     

    Lets say that you want to filter your gallery/datatable based on a column called "Milestone status". Insert a combo box control and in the items property would look something like this :-

    Distinct(Regional.'Milestone Status','Milestone Status')

    Here regional is the name of the SharePoint list

     

    now in the gallery's/datatable's items property put the following code:

    Filter(
     Regional,
     (Len(TabViewMilestoneStatus.Selected.Result.Value) = 0 || 'Milestone Status'.Value in TabViewMilestoneStatus.Selected.Result.Value)
     )

    Here "TabViewMilestoneStatus" is the name of the combobox.

     

    Hopefully this helps 🙂

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard