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 based o...
Power Apps
Answered

Filter Gallery based of a column value

(0) ShareShare
ReportReport
Posted on by 21

Hello,

 

I'm a beginner in PowerApps. Id like to know how to filter my gallery based of a value in a column.

The column I created (Status) has 3 options - I only need to show in the gallery values that is not equal to "Completed"

 

Hoping for you help. Thanks.

Main Gallery.png
table.png
Categories:
I have the same question (0)
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Try something like this:

    Filter(SPList, Status = "Completed")

    Or Status.Result or Status.Value

    Let me know if it doesnt work.

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!

    Hardit Bhatia
    https://thepoweraddict.com
  • ramielm Profile Picture
    21 on at

    Where to I have to put the filter command? 

  • ramielm Profile Picture
    21 on at

    Completed is still included in the gallery.

    Main Gallery.png
  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    This should be the Items property of the gallery?

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!

    Hardit Bhatia
    https://thepoweraddict.com
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @ramielm ,

    Do you want to filter your Gallery Items where Status column is not equal to "Completed"?

     

    I have made a test on my side, please consider take a try with the following workaround:

    Set the Items property of the Gallery to following:

    Filter('YourSPList', Status.Value <> "Completed")

     

    Please consider take a try with above solution, check if the issue is solved.

     

    Best regards,

  • ramielm Profile Picture
    21 on at

    It's not working

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @ramielm ,

    Could you please share a bit more about the "Status" column in your SP List? Is it a Text type column or Choice type column?

    Could you please share a bit more about your data source? Is it a SP List or a CDS Entity?

     

    1. If the "Status" column is a Text type column in your SP List, please set the Items property of the Gallery to following:

     

    Filter('YourSPList', Status <> "Completed")

     

    or

     

    Filter('YourSPList', Not(Status = "Completed"))

     

     

    2. If the Status column is a Option Set type column in your CDS Entity, please consider modify above filter formula as below:

    Filter('CDS Entity', Not(Status = [@OptionSetName].Completed)) // OptionSetName represents the Option Set your "Status" column related to within your CDS Entity

    or

    Filter('CDS Entity', Status <> [@OptionSetName].Completed)

    If the OptionSetName the "Status" column related to is "Status", please modify above formula as below:

    Filter('CDS Entity', Not(Status = [@Status].Completed))
    Filter('CDS Entity', Status <> [@Status].Completed)

    Please consider take a try with above solution, check if the issue is solved.

     

    Best regards,

  • ramielm Profile Picture
    21 on at

    The List is named "Maintenance Request"

    The column name is "Status" and type is "Choice"

     

    Gallery should only show entry/records that status is not equal to "Completed"

     

    Main Gallery.PNGBrowseGallery1.PNGSharepoint List - Column name is Status and Column Type is Choice.PNG

     

     

  • ramielm Profile Picture
    21 on at

    Anybody?

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at
    Do you get any errors with the above suggested expressions?

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!

    Hardit Bhatia
    https://thepoweraddict.com

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
WarrenBelz Profile Picture

WarrenBelz 427 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard