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 / Make a function delegable
Power Apps
Answered

Make a function delegable

(0) ShareShare
ReportReport
Posted on by

Hi, can anyone help me? I need to make the following statement delegable, because my Sharepoint list reached +2k registers:

 

Filter(
[@BILLING_FORECASTING],
CIF= First([@PowerBIIntegration].Data).CIF,
MONTH in Distinct([@PowerBIIntegration].Data, MONTH)
)

 

Thanks in advance!

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @pcalzadovf ,

     

    You can first use the delegable functions to save data to the collection in batches (it must be less than 2000 each time, because the collect function is not delegable). For example,

     

    ClearCollect(Collection1,Filter(Table1,NumberCoulumn<1000));
    Collect(Collection1,Filter(Table1,NumberCoulumn<2000 && NumberCoulumn>1000));
    Collect(Collection1,Filter(Table1,NumberCoulumn<3000 && NumberCoulumn>2000));

     

    Then you could use the formula to filter the collection:

    Filter(
    Collection1,
    CIF= First([@PowerBIIntegration].Data).CIF,
    MONTH in Distinct([@PowerBIIntegration].Data, MONTH)
    )

     

    Best Regards,
    Bof

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 431

#2
WarrenBelz Profile Picture

WarrenBelz 360 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 280 Super User 2026 Season 1

Last 30 days Overall leaderboard