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 / Any way to resolve del...
Power Apps
Answered

Any way to resolve delegation here

(0) ShareShare
ReportReport
Posted on by 287

I have a sharepoint list with delegation warnings.  Newbie to PowerApps.

Any way to easily resolve this?

 

Order Date is a date/time column in my list.

 

Filter('Mprinted Business Operations', Year('Order Date') >= 2021 And Month('Order Date') = 2)

 

I have many "date" related calculations I want to build into my app and this delegation thing seems very limiting.

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @astrontelstar 

    You will not be able to delegate that criteria.  Only because you are trying to perform a PowerApp function (Month and Year) in the criteria.  That by itself say ... PowerApps needs to do the calculation, thus it needs all the records, thus it cannot delegate it.

     

    What I would recommend is, if you need to perform date filtering like that, is to have a Text column in your list that represents the date of the order (in this case) in the following format:  yyyymmdd

    The format is highly important.

    Now, you can delegate criteria such as this:

        Filter('Mprinted Business Operations', StartsWith(orderDateText, "202102")

     

    This makes it very easy to get around the delegation issues and gives you more flexibility for using these results as a pre-filter for other levels of date filtering that you might need.

     

    I hope this is helpful for you.

  • astrontelstar Profile Picture
    287 on at

    Love it, thank you.  So could I build a calculated column that pulls from the Order Date column (which is a Date/Time) and converts the order date into a yyymmdd format for the text value?  If so, any suggestions on the formula?  Not looking for everything, just thought I'd ask in case I can't do a calc column to build this date.  I don't want to have to have the user manually put in that date.

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @astrontelstar 

    No...calculated columns are not delegable.  This has to be a Text Column.  If you have existing data and need to add this extra column, then I would look to PowerAutomate to go through and enter the date into the new column from the existing.

    It is a bit of a "gotta remember" from your PowerApp that you need to set BOTH the Date Column and the Text Column, but this is pretty easy to work through.  And, after a while, you start to realize that the real Date column is not really needed.  It becomes more for the user that might be looking at the list in the SharePoint view.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 85

#2
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard