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 / Multiple selected valu...
Power Apps
Unanswered

Multiple selected values cascading dropdownlist

(0) ShareShare
ReportReport
Posted on by 18

I am currently working with multiselect cascading dropdown value.

SharePoint list configuration.

In Customer List, i have populate value for Make based on customer list

1. Make dropdownlist

Choices([@'Customer'].Make)

 

Now I would like to filter second dropdownlist called Model based on Multiple selected value in Make dropdownlist.

 

i.e if User select Toyota, Mazda in Make dropdownlist, it will populate all model values based on Toyota and Mazda

 

Customer list

Make (multichoice lookup table from Car list)

Model (multichoice lookup table from Car list)

 

Car list

Make(Text field)

Model(Text field)

 

Make    Model

ToyotaHilux
ToyotaKluger
ToyotaPrius
MazdaCX9
MazdaCX7
MazdaCX5
HondaCivic
HondaOdessey

 

I have the following filter on Items

Filter(Choices([@'Customer '].Make), Id in Filter(Choices([@'Customer '].Model), Value = Model.Selected.Value).Id)

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

    Hi @superduperchar ,

     

    Please try:

    Filter(
     Choices([@'Customer '].Make), 
    	Id in Model.SelectedItems.Id
    	)

     

    Best Regards,

    Bif

  • superduperchar Profile Picture
    18 on at

    Hi Bif,

     

    Thank you. It seems only display 1 items from Make. So based on the your suggestion above. If I select Toyota, it popuplate Hilux. It should popuplate Hilux, Kluger, Hilux

     

    Test 2. If I choose Toyota, Mazda

    It display Hilux, CX9

    It should display Hilux, Kluger, Hilux, CX9, CX7, CX5

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @superduperchar ,

     

    Please try:

    Filter(
     Choices([@'Customer '].Make),
     Id in Filter(Choices([@'Customer '].Model), Value in Model.SelectedItems.Value).Id
     )

     

    Best Regards,

    Bof

  • superduperchar Profile Picture
    18 on at

    Thank you for your proposed solution Bof. I have tried however it still displaying one record under Model dropdownlist.

  • v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @superduperchar ,

     

    Please try:

    1\Set the Make combobox's items property to:

    Choices([@'Customer '].Make)

    2\Set the Model combobox's items property to:

    Filter(
     Choices([@'Customer '].Model),
     Id in Filter('Car list',Make in Make.SelectedItems.Value).Id
     )

     

    Best Regards,

    Bof

  • superduperchar Profile Picture
    18 on at

    superduperchar_0-1689132421420.png

    Make dropdownlist (Items): Distinct(Choices([@'Customer'].Make),Value)

    Model dropdown (items): Filter(
    Choices([@'Customer].Make),
    Id in Filter(Choices([@'Car'].Model), Value in Make.SelectedItems.Value).Id
    )

    No value due to error in Id highlighted in red error message: Name is not valid, Id is not recognised.

  • superduperchar Profile Picture
    18 on at

    Hi Bof, If I put Model dropdown (items): Filter(
    Choices([@'Customer].Make),
    Id in Filter(Choices([@'Car'].Model), Value in Make.SelectedItems.Value).Model
    )

     

    Error message in error highlighted . 'Delegation warning. The highlighted part of this formula might not work correctly due to large dataset.

     

    The following return result however it only returns result models from one Make ie. Toyota even if choose Toyota and Mazda

    Distinct(Filter(Car, Make = Make.Selected.Value), Model)


     

     

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 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 214 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 185

Last 30 days Overall leaderboard