web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filtering table based ...
Power Apps
Unanswered

Filtering table based on a Choices Column

(0) ShareShare
ReportReport
Posted on by 93

Hi,

I am trying to filter a table based on a choices column by selecting the choice through a dropdown menu to get the last item on the list with that choice column result. I can get it to work on every other column I have except for this choice column. 

 

The dropdown menu (Dropdown3) Items input is

Sort(Choices([@'FST'].F),Value,Ascending)

 

The table Items input is

Last(Filter('FST',F=Dropdown3.Selected.Result))

 

Edit:

The data is based on a list from Sharepoint

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    152,839 Most Valuable Professional on at
    Re: Filtering table based on a Choices Column

    Hi @charizard ,

    The output of that combo box is .Value, not .Result. You can also get the same record with

    LookUp(
     Sort(
     FST,
     ID,
     Descending
     ),
     F=Dropdown3.Selected.Value
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 836 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 231 Super User 2025 Season 2

Last 30 days Overall leaderboard