Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Cascading Drop Downs Not Working

(1) ShareShare
ReportReport
Posted on by 221

I have a sharepoint list that I am trying to build cascading drop downs for. There are three text columns and each should cascade accordingly. I did get the first two working, but now I can't get the last one to work. It will show blank text and change when I select category and shows no text in the dropdown. Please see below. 

 

Area:

Distinct('Electrical Cascade List',Area)
 
Category:
Distinct(Filter('Electrical Cascade List',Area = AreaDrpDwn.Selected.Value),Category)
 
Description: 
Distinct(Filter('Electrical Cascade List',Category = CatDrpdown_1.Selected.Value),Description)
 
Please help!
 
 
Categories:
  • EMA03356 Profile Picture
    221 on at
    Re: Cascading Drop Downs Not Working

    That worked! Thank you so much!

  • Verified answer
    SunilPashikanti Profile Picture
    731 Super User 2025 Season 1 on at
    Re: Cascading Drop Downs Not Working

    Could you try to use ComboBox in place of dropdown to check if it displays the values?

  • EMA03356 Profile Picture
    221 on at
    Re: Cascading Drop Downs Not Working

    This is what is showing, I did close and open the app with no luck.

     

    EMA03356_0-1720533389696.png

     

  • SunilPashikanti Profile Picture
    731 Super User 2025 Season 1 on at
    Re: Cascading Drop Downs Not Working

    @EMA03356 

     

    Then it is just mapping issue with the dropdown control. What do you see in the Value property of your dropdown?

    SunilPashikanti_0-1719492928415.png

    If you have "Value" as shown above, sometimes it might be cache issue, requesting you to save and close the application and reopen it again and give it a try. Let's see how it goes.

  • EMA03356 Profile Picture
    221 on at
    Re: Cascading Drop Downs Not Working

    It shows the values that I need and just isn't displaying them in the dropdown. 

     

    EMA03356_0-1719490828009.png

     

  • SunilPashikanti Profile Picture
    731 Super User 2025 Season 1 on at
    Re: Cascading Drop Downs Not Working

    @EMA03356
    What value do you see in formula bar for the function, for example

    SunilPashikanti_0-1719454608349.png

    you are just near to the solution, you need to properly identify the field name.

     

     

     

  • EMA03356 Profile Picture
    221 on at
    Re: Cascading Drop Downs Not Working

    No text is showing but it is giving multiple options in the window. 

     

    EMA03356_0-1719425717567.png

     

  • SunilPashikanti Profile Picture
    731 Super User 2025 Season 1 on at
    Re: Cascading Drop Downs Not Working

    Can you try like this:

     

    Description: Distinct(Filter('Electrical Cascade List', Area = AreaDrpDwn.Selected.Value && Category = CatDrpdown_1.Selected.Value), Description)

     

    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.

    Sunil Pashikanti - Tech Blog: PowerApps

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,524 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,906 Most Valuable Professional

Leaderboard