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

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
    154,494 Most Valuable Professional on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard