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 a gallery wi...
Power Apps
Answered

filtering a gallery with a NOT forumla

(1) ShareShare
ReportReport
Posted on by 152
I suck at this.
I have a gallery, that has 3 status, New, in progress and closed.
I am trying to do a filter where it filters out Closed projects.

I can do a long code, but wanting to learn what i'm doing wrong.
 
filter(New project table, status.value ="New", status.value = "In Progress")
 
Filter (new project table, status.value <> "closed") didn't work.
Categories:
I have the same question (0)
  • Verified answer
    mmbr1606 Profile Picture
    14,615 Super User 2026 Season 1 on at
    hey
     
     
    can u try this please:
    Filter('New Project Table', status.Value <> "Closed")
    

    and

    Filter('New Project Table', status.Value = "New" || status.Value = "In Progress")
    

    did u connect the table as datasource to your app? when your datasource has spaces in the name (same counts for column names) you need to wrap them in single quotes

    if you want to combine 2 status as above you need an operator in the middle such as && (for and) or || (for or)
     
     
    if it helped please mark as verified answer
     
    cheers

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 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard