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

Cascading dropdown from PowerApp from choice column

(0) ShareShare
ReportReport
Posted on by

I am currently making a Power App and need some help. 

I want to make cascading dropdown on my sharepoint list.

I used the create app from Sharepoint List option that gives generates the three screen app and connects the data automatically. 

I have all my column as choice columns. 

First choice column is simple with 9 data values but second and third have 40+ values each. 

 

I need to be able to choose the first column and filter out values for the second column. 

Then, I need the third column values to be based on the result of the second column. 222.png

 

Please help me figure out a way to make this work for my team! I have been trying for days now and nothing. 

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

    Hi @Brianahrd ,

    I have assumed field names here and allowed for multiple occurrences in the second DD

    Sort(
     Distinct(
     Filter(
     SPList,
     'Team Name' = YourFirstDD.Selected.Value
     ),
     'Acct Name 2'
     ).Result,
     Result
    )

    Third DD

    Sort(
     Filter(
     SPList,
     'Team Name' = YourFirstDD.Selected.Value &&
     'Account Name 2' = YourSecondDD.Selected.Result
     ).'Acct Name (Generic)',
     .'Acct Name (Generic)'
    )

     

    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

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

    Hi @Brianahrd ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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

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