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 choices dropdow...
Power Apps
Unanswered

Filter choices dropdown based on if statement

(0) ShareShare
ReportReport
Posted on by 133

Hi, 

 

Is it possible to filter dropdown choices from SP List if a specific condition is met? 

 

E.g if dropdown1 is value1 then dropdown 2 will filter the dropdown options? 

 

What I have so far - 

If(drpRec_Stream.Selected.Value = "SSE",
Filter(Choices(INB_BOF.Location), Value = "Barby, DE" || Value = "Krefeld, DE"))

 

What I need -

If(drpRec_Stream.Selected.Value = "SSE",
Filter(Choices(INB_BOF.Location), Value = "Barby, DE" || Value = "Krefeld, DE"))

OR

If(drpRec_Stream.Selected.Value = "CTS",
Filter(Choices(INB_BOF.Location), Value = "Baupte, FR" || Value = "Malchin, DE"))

 

Any help is appreciated!

 

Thanks

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,679 Most Valuable Professional on at

    Hi @lg270492 ,

    Try this

    Filter(
     Choices(INB_BOF.Location), 
     Switch(
     drpRec_Stream.Selected.Value,
     "SSE",
     Value = "Barby, DE" || Value = "Krefeld, DE",
     "CTS",
     Value = "Baupte, FR" || Value = "Malchin, DE"
     )
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • NZ94 Profile Picture
    10 on at

    Hi Warren,

     

    Is it possible to filter its own choices column?

    Example:

    - Items: Choices('Walkie ID'.Station) = ["Station A", "Station B", "Station C"]

    - Control: Dropdown1

    Once the dropdown option is selected e.g "Station A", the dropdown would filter only "Station B" and "Station C" that can be selected. Same goes to the rest of the options. Please help me solve this 😞  

     

  • WarrenBelz Profile Picture
    155,679 Most Valuable Professional on at

    HI @NZ94 ,

    This is an old closed post, but is possible with a use of a Variable - although I am wondering how you are going to select again as that would put back in the original if you selected something different.

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 463

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
11manish Profile Picture

11manish 275

Last 30 days Overall leaderboard