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 / Filtering One Sharepoi...
Power Apps
Unanswered

Filtering One Sharepoint List Choice by the value in another field.

(2) ShareShare
ReportReport
Posted on by 10

Caveat: I am very new to PowerApps. 

I have seen some similar problems reported, but none are exactly what I am trying, and those solutions have not worked for me. 

I have a Sharepoint list used to track an item fault. I want to be able to categorize those faults using two choices, one is a broad category, and the second is a more specific callout, based on the first. I want to filter the choices in the second column by what is selected in the first column. 

I have tried building separate lists and linking them, and I have tried making choice columns in the same list and cannot get either to work properly. 

 

fault parentfault child
11.B
11.C
11.D
11.E
11.F

 

For clarity - when entering the record, I want the parent column to dictate the choices in the child column, based on a table or list of choices. 

Categories:
I have the same question (0)
  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    @Cryolith - assuming both Choice fields have been configured as single-select Choices in your SharePoint list, and assuming your post is about Dropdown/ComboBox controls, you could use the below in the Items property of the "Fault Child" Dropdown control:

     

    Distinct(
     Filter(
     'Your List',
     'fault parent'.Value = Dropdown1.Selected.Value
     ),
     'fault child'.Value
    )

     

  • Sunil Kumar Pashikanti Profile Picture
    2,338 Super User 2026 Season 2 on at

    Are you looking the cascading (parent - child) dropdown behavior on SharePoint list, if yes, I don't think it is possible.

     

    You can modify/customize the SharePoint form in PowerApps and achieve this functionality and still users can use the same SharePoint form only.

     

    SunilPashikanti_0-1720648473479.png

     

  • Cryolith Profile Picture
    10 on at

    Still is not working. Am I doing something wrong with the references? 

    Cryolith_0-1720793454230.png

    ""Distinct(
        Filter(
            'DefectChildren'',
            'DefectParent'.Value = DataCardKey5.Selected.Value
        ),
        'DefectChildren'.Value
    )

    ""

  • Cryolith Profile Picture
    10 on at

    I think that what you are saying is even if I can get the form to work, it still won't function that way in the database list?

  • Ami K Profile Picture
    15,689 Super User 2024 Season 1 on at

    "Still is not working" is not very specific @Cryolith. It would have helped if you shared what the error message was.

     

    Assuming all of the assumptions I raised in my previous post are correct, and assuming you're using an EditForm control, then above will work.

     

    I do notice in your code that you're referencing a control called "DataCardKey5".

     

    The "DataCardKey" naming convention is always applied to the Label inside the DataCard. What you are supposed to be referencing is that ComboBox control inside that DataCard (it will always start with "DataCardValue" followed by a number (e.g. "DataCardValue1").

  • Cryolith Profile Picture
    10 on at

    Cryolith_0-1721138593814.png

     

    Still getting this error. Fixed the reference to the correct DataCardValue, but values still aren't recognized? 

     

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard