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 / Displaying Data Range ...
Power Apps
Unanswered

Displaying Data Range In Powerapps Gallery

(0) ShareShare
ReportReport
Posted on by 31

Hello,

I have a Sharepoint List that has grown over 5k in the sharepoint but I want to display only items within the ID range of 0 to 500, 501 to 1000 and so forth in each gallery to form pagination.

Any formular to display IDs within the number range to display in the gallery?

I applied this code below and it's showing me only 500 items, which is cool but I need to display ranges.

 

Sort(Filter('SP List',ID < 500 ), SortOrder.Descending)

 

 

 

Categories:
  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    Hi @Virikefe ,

    The issue is that ID is not Delegable other than equals (not for greater/less than). You could create a "shadow ID" number field, but would need to populate this when the item is created.

     

    Please click Accept as solution 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 giving it Thumbs Up.

    MVP (Business Applications)   Visit my blog Practical Power Apps

  • Virikefe Profile Picture
    31 on at

    Hi @WarrenBelz 

    I think IDs are Delegable from the result I'm having from this:

     

    Sort(Filter('SP List',ID > 599 && ID < 1000 ), SortOrder.Ascending)

     

    Only problem now is, the gallery is not obeying neither the SortOrder.Ascending or SortOrder.Descending as the value keeps showing the Ascending order.

  • WarrenBelz Profile Picture
    156,532 Most Valuable Professional on at

    @Virikefe ,

    I can assure you that ID is not Delegable in SharePoint other than for = (equals). If your Delegation limit is set to 2,000, then your query will work as it is within that dataset.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 411 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 338

#3
WarrenBelz Profile Picture

WarrenBelz 256 Most Valuable Professional

Last 30 days Overall leaderboard