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 / Gallery Filters not wo...
Power Apps
Suggested Answer

Gallery Filters not working

(0) ShareShare
ReportReport
Posted on by 190
Reference the image below
 
If I don't have anything in the ID filter, the gallery should be showing 2 records. The
Filter('Action Items',DueDateOffset<>0)
should return two records and it does until I start building the sort and filter options. I have done this before without issue but now I am stumped and need other eyes that may be able to see where I am failing.
 
Also, if I select an ID in the filter, it does filter to that ID. However, if I clear the filter it should show all the records (2 records in this case). but it not showing anything.

Occasionally I get an error, but I cannot figure out where it is coming from.
Error when trying to retrieve data from the network: The query is not valid. clientRequestId:
 




 
I have the same question (0)
  • Suggested answer
    WarrenBelz Profile Picture
    156,182 Most Valuable Professional on at
    Firstly what is you data source type here - assuming SharePoint, then ID should never be blank. Also the Not filter (you have <>) is not Delegable. Assuming DueDateOffset is a Number column, then you can make the filter Delegable by doing this 
    Filter(
       'Action Items',
       DueDateOffset > 0 || DueDateOffset < 0
    )
    allowing for possible negative values - you only need the first part if only positive values possible.
     
    If DueDateOffset is a Date column you can do a bit of a hack with this
    Filter(
       'Action Items',
       DueDateOffset > Date(2000,1,1)
    )
    or whatever date is after anything you have.
     
    Please Does this answer your question 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 answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 376 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard