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 / Cascading dropdown wit...
Power Apps
Unanswered

Cascading dropdown with choice type columns

(0) ShareShare
ReportReport
Posted on by 691

Hello, I have 2 SharePoint lists with "Choice" type columns that look like this : 

s44_1-1649930038901.png

s44_0-1649930015736.png

 

 

I would like to create "cascading dropdown" on Power Apps like this:

s44_0-1652093666887.png

 

However, I would like the choice of the "Sous-Filiere" category to depend on the choice of the "Filiere" category, but I cannot do this at all. 😞
On my Power Apps, the "Filiere" category comes from the same list as the "Categorie" category.

Can you help me please? Thanks in advance !

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,577 Super User 2026 Season 1 on at

    Hi @s44 ,

     

    In case these lists are only used for mapping, you can just filter then and add them to the Items property of your dropdowns:

     

    ddFiliere.Items = Filter('Categorie et Filiere', Categorie = ddCategorie.Selected.Value).Filiere
    
    ddSous-Filiere.Items = Filter('Filiere et Sous-Filiere', Filiere = ddFiliere.Selected.Value). 'Sous-Filiere'
    
    

     

     

  • Hii_iii Profile Picture
    691 on at

    Thank you for your reply. But how do I do if I already have this in "Item" of my "Filiere" dropdown? I need to keep this code 😞 @BCBuizer 

    s44_0-1652104869138.png

     

  • BCBuizer Profile Picture
    22,577 Super User 2026 Season 1 on at

    Hi @s44 ,

     

    I wasn't aware you are actually using a combobox instead of a dropdown. Looking at your code, you may already have a solution, but I guess it is not working for you. At first glance you may want to drop the Distinct function since I assume you don't have duplicate values.

     

    What is the problem with the solution you have? 

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard