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 / Multiple choice dropdo...
Power Apps
Answered

Multiple choice dropdown select multiple items depending on another multiple choice field too

(0) ShareShare
ReportReport
Posted on by 34

Hi,

How do I make a multiple choice dropdown select several Items depending on another multiple choice field?

Example:

I have the Dropdown1 with the following values:

 

Planning - values

Planning - market

Planning - sales

Execution - Data

Execution - Risks

Marketing - social

Marketing - Enviroment 

 

I need the Dropdown # 2 called Result to show the following:

1. If in dropdown 1 select:
Planning - market           and

Marketing - social

 

Only show in dropdown # 2:

 

Planning
Marketing

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @SOL24 ,

     

    According to your description, I've made a test for your reference:

    1\ Add a combo box control 'ComboBox1' and set its Items property to:

    ["Planning - values","Planning - market","Planning - sales","Execution - Data","Execution - Risks","Marketing - social","Marketing - Enviroment"]

     

    Set 'ComboBox1' 's Onchange property to:

    ClearCollect(Test,{Value:""});Clear(Test);If(Or("Planning - values" in ComboBox1.SelectedItems.Value,"Planning - market" in ComboBox1.SelectedItems.Value,"Planning - sales" in ComboBox1.SelectedItems.Value),Collect(Test,{Value:"Planning"}));If(Or("Execution - Data" in ComboBox1.SelectedItems.Value,"Execution - Risks" in ComboBox1.SelectedItems.Value),Collect(Test,{Value:"Execution"}));If(Or("Marketing - social" in ComboBox1.SelectedItems.Value,"Marketing - Enviroment" in ComboBox1.SelectedItems.Value),Collect(Test,{Value:"Marketing"}));Reset(ComboBox2)

     

    2\ Add a combo box control 'ComboBox2' and set its Items property to:

    ["Planning","Execution","Marketing"]

     

    Set 'ComboBox2' 's DefaultSelectedItems property to:

    Test

     

    3\ The result is as follows:

    AAA.gif

    Best Regards,
    Wearsky
    If my post helps, then please consider Accept it as the solution to help others. Thanks.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard