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 / Excluding gallery from...
Power Apps
Answered

Excluding gallery from including specific text items.

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Good Afternoon,

 

I have a gallery that lists IT tickets, and I can't figure out how to get the gallery to exclude the 'complete' entries. I have a label on each item using 'ThisItem.TextStatus' where it will list the status of the ticket. My goal is to have those items drop off the gallery but still remain in the dataverse table. I've included the gallery code and an example ticket below, I'm not sure what kind of formula to include. Any help would be appreciated.

 

 

SortByColumns(Search([@SupportDeskTickets], TextSearchBox1.Text, "cre6a_createdby2","cre6a_details","cre6a_hardwaresoftware"), "cre6a_createdby2", If(SortDescending1, Descending, Ascending))

 

Kommadore_0-1635455948646.png

 

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Please consider changing your Formula to the following:

    SortByColumns(
     Search(
     Filter(SupportDeskTickets, TextStatus="Open"), 
     TextSearchBox1.Text, 
     "cre6a_createdby2",
     "cre6a_details",
     "cre6a_hardwaresoftware"
     ), 
     "cre6a_createdby2", 
     If(SortDescending1, Descending, Ascending)
    )

    Now this is the opposite of looking for records that are NOT "Complete", but using the Not will cause delegation warnings and depending on your table size, potentially missing items.

     

    If your TextStatus is simply "Open" or "Complete", then the above is perfect.  If you have one or two more TextStatus values, then you can just include them into the filter formula (ex.  TextStatus="Open" || TextStatus="Pending" || etc..)

     

    I hope this is helpful for you.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Randy coming through with the solution again, thanks kindly!

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

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard