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 Pages / Cascade Dropdown in Po...
Power Pages
Answered

Cascade Dropdown in PowerApps Portal

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi Team

Can you please help me in letting me know the possibility of having cascade dropdown concept in PowerApps Portal and Model Driven Apps.

I could not see anything related to this on this community.

Please do let me know if you need anymore information on this.

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

    Hi @Anonymous ,

     

    You can use the cascade dropdown in canvas app and embed it in model driven form:

    https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embed-canvas-app-in-form

     

    Regards,

    Mona

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hello

     

    Are there more options ? I do not wish to embed canvas app into my portal. 

     

    I need a cascaded drop down in one of my forms.

     

    Appreciate your help

     

    Thanks 

  • oliver.rodrigues Profile Picture
    9,398 Most Valuable Professional on at

    You need to apply custom JavaScript to your Web Page/Entity Form

     

    $(document).ready(function () {
     $('#<your field>').on("change", SetFieldVisibility );
    });
    
    SetFieldVisibility = function()
    {
     var selectedValue = $('#<your field>').val();
    
     if (!!selectedValue && selectedValue == "your value") {
     // show/hide other field
     var td = $("#<other field>").closest("td");
     td.hide(); // td.show();
     }
     else{
     // .......
     }
    }

     


    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Yuva_saran1219 Profile Picture
    12 on at

    Hi,

    Cascading Dropdown functionality is not supported within the Model-Driven app form. As an alternative solution, you could consider embedding a canvas app within your Model-driven app form. Then use the embedded canvas app to add data to your CDS Entity.

    Here are the steps needed in order to have to cascade dropdowns in a Model-driven app.

    https://emadgabriel.com/2021/03/12/powerapps-model-driven-app-cascading-dropdowns/ 

     

    If you want more information about this topic, please reach us out https://www.dynamicslabs.io/ 

     

    Regards,

    Yuvarani.

  • oliver.rodrigues Profile Picture
    9,398 Most Valuable Professional on at

    hi @Yuva_saran1219  this thread is not about model-driven app, is there anything we can help you that could be related to this thread?

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 Pages

#1
Suriyanarayanan V Profile Picture

Suriyanarayanan V 45

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 14 Most Valuable Professional

#3
DP_Prabh Profile Picture

DP_Prabh 13

Last 30 days Overall leaderboard