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 gallery by status
Power Apps
Answered

Filter gallery by status

(0) ShareShare
ReportReport
Posted on by 78

Hello community,

 

Need your help please. I am new to powerapps with limited technical skills.

I'd like to filter the Browse screen (i.eBrowseGallery1) by the Status of items called by Onboarding Progress Status where the status is equal to Submitted or In Progress only.

 

 

 

 

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

    Hi @mthiru ,
    Using

    • Onboarding as the data source
    • OnboardingStatus as the field

    The Items property of BrowseGallery1 would be

    Filter(
     Onboarding,
     OnboardingStatus = "Submitted" ||
     OnboardingStatus = "In Progress"
    )

     

    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.

  • mthiru Profile Picture
    78 on at

    @WarrenBelz 

    I started with a sharepoint list and subsequently went to powerapps to create an app and linked to this same list. As a result powerapps has created a browsescreen1, detailscreen1 and editscreen1. 

     

    Within the browescreen1, we have the BrowseGallery1 where under items there an existing expression:

     

    SortByColumns(Filter([@'Onboarding App'], StartsWith(Title, TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending)).

     

    I tried using your expression however It is not working and i received a bunch of errors.

    I have a feeling i may not be referring to correct columns and values.

     

    Existing expression for Items in BrowseGallery1:Existing expression for Items in BrowseGallery1:

     

    Items Gallery expr 2.PNG

     

    Also, if this would help. Column name "Onboarding Progress Status" is a Choice  Dropdown with the following options: Submitted, In Progress, Cancelled, and Complete.

  • mthiru Profile Picture
    78 on at

    @WarrenBelz

     

    I made this change to Filter('Onboarding Progress Status'.Value="Submitted") and it worked. I guess if want to include only, In Progress and "Submitted" in the Gallery, I can futher add by using Or statement?

     

    Is this an acceptable solution?

     

     

     
  • Verified answer
    WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @mthiru ,

    Yes, I answered your broad question with more the structure required than the exact code as you had not mentioned where you were getting the values from (if a variable, my original post would have worked, but if a control, you would need .Text / .Value / .Result etc in your case a drop down was .Value. )
    You are also correct with the
    Or statement , which can be written as || and mentioned below. So your filter code should be

     

    Filter(
     Onboarding,
     'Onboarding Progress Status'.Value = "Submitted" ||
     'Onboarding Progress Status'.Value = "In Progress"
    )

     


    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.

  • WendeReisss Profile Picture
    253 on at

    @WarrenBelz 

    I need to use search filter (textinput) joined in this fórmula to search ALL information (columns) in my gallery. Is there anyway to do It?

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @WendeReisss ,

    You would need to list all the columns in the Search filter (note only Text columns can be searched)

  • WendeReisss Profile Picture
    253 on at

    Thank you @WarrenBelz .

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard