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 / SharePoint Delegation
Power Apps
Answered

SharePoint Delegation

(0) ShareShare
ReportReport
Posted on by 62

Hi

I pull through data into a DataTable from a large SharePoint list and filter based on the Current User logged in.

 

SortByColumns(Filter('Toolbox', StartsWith(Name, 'Pull-Through-Current-User'.Text)),"Title",If(SortDecending,Ascending,Descending))

 

This works ok but I've been trying to amend this so that additionally it only pulls through records for the current year but I get Delegation warning.

 

Columns available in SharePoint that I can filter on are;

Date. = Calculated Column - Date as Text DD/MM/YYYY

Year = Calculated Column - Date as YYYY

Date = Date value

 

I've also tried adding a DropDown instead to filter but again I get a Delagation warning.

 

Any ideas welcomed.

 

Categories:
  • Verified answer
    CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Newbeetle1 

    Please try the following,

    With({varToolBox: SortByColumns(Filter('Toolbox', StartsWith(Name, 'Pull-Through-Current-User'.Text)),"Title",If(SortDecending,Ascending,Descending))},
     Filter(varToolBox, Year(Today()) = Year(DateColumn))
    )
  • Newbeetle1 Profile Picture
    62 on at

    Hi CNT,

     

    Fantastic, many thanks 👍

  • CNT Profile Picture
    10,921 Super User 2024 Season 1 on at

    @Newbeetle1 

    Glad to help!

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
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard