Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

Filtering Out Select Options in a Choice Column for a Dropdown Menu

(0) ShareShare
ReportReport
Posted on by 228

I have a canvas app with a form and I have a dropdown that currently lists all items from the DV choice column (not a lookup column).  

// Dropdown menu Items Propery (Current code - No Filtering)
Choices(Offerings)

I need to add a filter to Choices(Offerings) to exclude a list of select choices (e.g., Not In - list of choices to exclude "Choice 3", "Choice 5", etc.).  How would I add a filter to Choices(Offerings)?  

Categories:
  • AhmedSalih Profile Picture
    6,678 Super User 2025 Season 1 on at
    Re: Filtering Out Select Options in a Choice Column for a Dropdown Menu

    @cmanning, Happy to help 🙂

  • cmanning Profile Picture
    228 on at
    Re: Filtering Out Select Options in a Choice Column for a Dropdown Menu

    @AhmedSalih - Thank you for providing a great answer!  I am marking it as the solution. Thanks!

    // My code per AhmedSalih Solution
    Filter(Choices(Offerings), Value <> Offerings.Analytics)
  • Verified answer
    AhmedSalih Profile Picture
    6,678 Super User 2025 Season 1 on at
    Re: Filtering Out Select Options in a Choice Column for a Dropdown Menu

    Hello, @cmanning,  use this formula accordingly:

    Filter(Choices(Offerings), Value <> "Choice 3",Value <> "Choice 5")

     

    Note: Choices should be the ChoiceName.Choice3, etc..

     

     

    If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more.


    I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends.


    Visit my Blog: www.powerplatformplace.com


     

     

     

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics