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 Apps
Answered

Sort and Filter

(0) ShareShare
ReportReport
Posted on by 2

Hello,

I'm new to PowerApps and I'm encountering some challenges while creating my app. Currently, I have a vertical gallery that displays product categories and a horizontal gallery showing individual products.

To sort my horizontal gallery by category using the vertical gallery selection, I'm using the formula: Filter(ShoeDataTable, 'ProductCategory' = galShoeType.Selected.'ProductCategory')   

 

Additionally, I want to implement a search functionality to filter the gallery by product name. I'm using the formula: Filter(ShoeDataTable, StartsWith(ProductName, TextInput.Text))  

 

However, I'm facing issues in combining these functionalities seamlessly. Any assistance on resolving this would be greatly appreciated.

Thank you.

 

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

    @YE2 - not clear what you mean by having both a vertical gallery and a horizontal gallery, but to combine the functions, you can use:

     

    Filter(
     ShoeDataTable,
     Len(galShoeType.Selected.ProductCategory) = 0 || ProductCategory = galShoeType.Selected.ProductCategory,
     Len(TextInput.Text) = 0 || StartsWith(
     ProductName,
     TextInput.Text
     )
    )

     

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 342 Most Valuable Professional

#2
11manish Profile Picture

11manish 234

#3
Valantis Profile Picture

Valantis 187

Last 30 days Overall leaderboard