Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Get Last 2000 data excel

Posted on by 372

Hi,

 

I want to get 2000 latest data from 21k rows excel, I used this but cant work, is there any solution?

Thankyou!

 

Formula that I used:

ClearCollect(
ProductID,
Filter(
Table1,
Value(No) <= 21000, // Limiting to 2000 rows
Value('Delivered (mod)') = 0
),
Sort(Table1, Value(No), SortOrder.Descending)
)

 

  • WarrenBelz Profile Picture
    WarrenBelz 143,487 on at
    Re: Get Last 2000 data excel

    @firda59 ,

    Try now

  • firda59 Profile Picture
    firda59 372 on at
    Re: Get Last 2000 data excel

    @WarrenBelz 

     

    Hi, I can't click the video

  • Verified answer
    WarrenBelz Profile Picture
    WarrenBelz 143,487 on at
    Re: Get Last 2000 data excel

    Hi @firda59 ,

    Not unless you have a numeric sequential number as one of the columns. I need to add here that Excel is a far less than ideal data source for Power Apps (this video may be worth watching), which gets worse the bigger the list gets (21k rows will present you with a lot of challenges).

    If you import it all into SharePoint, your requirement is quite easy - just sort by ID descending.

     

    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

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,487

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 64,014

Leaderboard