web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

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 142
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,605 Super User 2025 Season 2 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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 421

#2
WarrenBelz Profile Picture

WarrenBelz 365 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard