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 / dropdown display table...
Power Apps
Answered

dropdown display table data

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone, I wanted to ask for advice. I have three drop-down menus that are attached to the sharpoint list. I would like to make sure that when selecting for example TM in the Category menu only records from this TM from the sharpoint list are displayed?
Thank you in advance ))Снимок2.JPGСнимок.JPG

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

    Hi @Anonymous ,

    Could you please share a bit more about the TM field, Category field and Model field within your SP List? Are they all Choice type columns?

    Could you please share more details about the formula you typed within the Items property of the TM Dropdown box, Category Dropdown box and Model Dropdown box?

     

    1. If the TM field, Category field and Model field are all Choice type columns in your SP List, please consider take a try with the following workaround:

    Set the Items property of the Category Dropdown box to following:

     

    Filter(
     Choices('YourSPList'.Category),
     Value in ForAll(
     Filter('YourSPList', TM.Value = TMDropdownBox.Selected.Value).Category, 
     Category.Value
     ) 
    )

     

    Note: Same logic for Model Dropdown box.

     

    2. If the TM field, Category field and Model field are all not Choices type column in your SP List, please consider take a try with the following workaround:

    Set the Items property of the TM Dropdown box to following:

     

    Distinct('YourSPList', TM)

     

    Set the  Items property of the Category Dropdown box to following:

     

    Filter(
     Distinct('YourSPList', Category),
     Result in Filter('YourSPList', TM = TMDropdpownBox.Selected.Result).Category
    )

     

    or

    Distinct(
     Filter('YourSPList', TM = TMDropdownBox.Selected.Result),
     Category
    )

    Note: Same logic for Model Dropdown box.

    Please consider take a try with above solution, then check if the issue is solved.

     

    Best regards,

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

    Hi @Anonymous ,

    Have you solved your problem?

     

    If you have solved your problem, please consider go ahead to click "Accept as Solution" to identify this thread as Solved.

     

    Best regards,

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Thank you for you advise!

    Best regards.

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

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard