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 wit...
Power Apps
Answered

Cascading Dropdown with Multiselect Lookup SharePoint field

(0) ShareShare
ReportReport
Posted on by 22 Microsoft Employee

I have two tables one called Genre and the other called Media Type. In genre there is a lookup field to media type (called MediaType) that allows multivalue choices.  What i would like to do is create a cascading dropdown;  I have two dropdowns in my powerapp one dropdown is call Type and the other is called Genre.  I want to filter the Genre dropdown using the type drop down, but since the Mediatype column in Genre is multivalued PowerApps is giving me a hard time filtering that column.  What is the best way on doing this?

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

    Hi @RCSmart01 

    See my post here and check out #1 and 2 https://powerusers.microsoft.com/t5/News-Announcements/The-Ten-Commandments-of-SharePoint-in-PowerApps/bc-p/849014 

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@

    Filter(
     Genre,
     CountRows(
     Filter(
     ForAll(
     Type.Value,
     If(
     Value in ComboBox1.SelectedItems.Value,
     {t: 1},
     {t: 0}
     )
     ),
     t = 1
     )
     ) = CountRows(ComboBox1.SelectedItems.Value)
    ).Genre

    Note: Combo Box1 represents the LookUp column Type.

    Hope it could help.

    Regards,

    Qi

     

     

  • RCSmart01 Profile Picture
    22 Microsoft Employee on at

    The type field and the genre field are both drop downs as they will only be selecting one. The reason for the multiselect type field is because there are repeats of genre in different types and didn't want to put duplicates in the SharePoint list.

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@

    I am not quite sure what your scenario looks like, but based on the formula I provided, I will show you how I understand your scenario.

    2021-03-09-01.png

    So I assume that you want to filter the Genre based on the NewType column.

    Please try the formula I provided before to check if it could solve your problem.

    If not, please give me your sample data.

    Regards,

    Qi

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

#2
11manish Profile Picture

11manish 181 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 112 Super User 2026 Season 2

Last 30 days Overall leaderboard