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 / Filter Out Data from d...
Power Apps
Unanswered

Filter Out Data from data source

(0) ShareShare
ReportReport
Posted on by 35

Hello All,

I am trying to filter out my data in a specific way. 

 

Right now, my test code below runs a gallery that allows a person to search for their name.

SortByColumns(
         Filter(
             [@'System Manager Results Test List'],
             StartsWith(
                Title,
                TextSearchBox1.Text
             ) 
         ),
         "Title",
          If(
              SortDescending1,
              Descending,
              Ascending
            )
)

 

I want to add an additional filter such that I can also filter out people who do not meet a specific requirement in another column of the source data. The code or idea would be something like Filter(System Manager List, "Requirement Met", "Training Status").  There would also be room for an additional filter if needed with the same logic. However, I cannot find a way to add it without messing up the code completely. Any help?  

Categories:
  • WarrenBelz Profile Picture
    156,530 Most Valuable Professional on at

    HI @MWong1 ,

    I have a blog on combining filters - you seem to be filtering two different lists in your post, so I am not clear what you need here..

     

    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

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
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard