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 / Combo Box filters from...
Power Apps
Answered

Combo Box filters from Dropdown selection

(1) ShareShare
ReportReport
Posted on by

I can see other questions that seem to be similar but can't figure out the answer. I have an initial dropdown field titled 'Broad Themes' and below a Combo Box titled 'Sub Themes'. This Combo Box has a large list of items. I want this list of items to filter when a selection is made in the dropdown e.g. I select 'Right to Information' from the dropdown and the combo box only shows the items relevant to 'Right to Information'. This seems simple but I'm missing something. Thanks for any help!

Categories:
I have the same question (0)
  • Verified answer
    poweractivate Profile Picture
    11,078 Most Valuable Professional on at

    @Bonniedog2 

    You can achieve this by using the Filter function in Power Apps.

    The idea is to apply a filter to the Items property of your 'Sub Themes' ComboBox based on the selected value of the 'Broad Themes' dropdown.

     

    Here's how you can do this:

    Assume you have the following:

     

    1. 'Broad Themes' dropdown has the name Dropdown1
    2. 'Sub Themes' combo box has the name ComboBox1
    3. 'Sub Themes' data is stored in a data source called SubThemesDataSource, which has a column named 'BroadTheme' that matches the selected value from Dropdown1.

    You can filter the 'Sub Themes' ComboBox using a formula like (in the Items property of ComboBox1😞

     

    Filter(SubThemesDataSource, BroadTheme = Dropdown1.Selected.Value)

     

    The formula is applying a filter to SubThemesDataSource, where the BroadTheme of each record is equal to the currently selected value of Dropdown1.

     

    This should make sure that just the related sub-themes are displayed in the ComboBox based on the selected broad theme.

     

    See if this helps @Bonniedog2 

  • Bonniedog2 Profile Picture
    on at

    Thanks - this works really well, but I can't select multiple options from the Combobox when it populates from the first dropdown box. I can only select one option. Would you know if this is possible? Thanks

  • Bonniedog2 Profile Picture
    on at

    Sorry - also had another question. I want to use the 'Broad Themes' and 'Sub Themes' fields in another form and have these responses go to that SP list - is that possible? 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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 547

#2
WarrenBelz Profile Picture

WarrenBelz 444 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard