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 / how to create cascadin...
Power Apps
Answered

how to create cascading dropdown

(0) ShareShare
ReportReport
Posted on by

i have  few choices coloumns in sharepoint list.

 

i have added 2 dropdown choices coloumn in powerapps as

Dropdown1 - item properties as  Choices(List1.Coloumn1)

and Dropdown 2 i want to show values based on dropdown1 selection .

how to do this i have added below filter code but not working any idea ?

Filter( Choices(List1,Coloumn2),Coloumn2=Dropdown1.Selected.Value) 

Categories:
I have the same question (0)
  • Fardy_MADI_2 Profile Picture
    332 Super User 2024 Season 1 on at

    Hi @venky232,

     

    Try this :

    Filter(Choices(List1.Coloumn2), Value = Dropdown1.Selected.Value)

     

  • venky232 Profile Picture
    on at

    dropdown2 showing blank,not showing any value even after selecting vales from dropdown1 also

  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @venky232 

    Refer this given link it may help you : Create Cascading (Dependent) Dropdowns In Power Apps (matthewdevaney.com)

    Thanks!

  • venky232 Profile Picture
    on at

    these codes not working 
    Distinct('Devices Catalog', Manufacturer)

  • Verified answer
    Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi,

    This is my cascading dropdown example, Plz refer this 

    dropdown 1 item:

    ForAll(
        Distinct(
            BillTo,
            Title
        ),
        {Result: ThisRecord.Value}
    )
     
    dropdown 2 item:

    ForAll(
        Distinct(
            Filter(
                BillTo,
                Title = t_project.Selected.Result
            ),
            Task
        ),
        {Result: ThisRecord.Value}
    )
     
    Thanks!

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard