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 / Deligation warning whi...
Power Apps
Answered

Deligation warning while filtering SharePoint-List

(0) ShareShare
ReportReport
Posted on by 19

Hi, i get a deligation warning while using the following code on a sharepoint-List:

 

If(
Dropdown_Bereich_2.Selected.Value <> "Alle";
Filter(DatabaseAddOnTool_Bestellungen;HFB = Dropdown_Bereich_2.Selected.Value; DatumB = Today()-1);
Filter(DatabaseAddOnTool_Bestellungen;DatumB = Today()-1))

 

 

 

 

The Part "DatumB = Today()-1" seems to couse the warning.

Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    155,463 Most Valuable Professional on at

    Hi @NeoLexx ,

    Yes - Dates are only partially Delegable, but you can try this

    With(
     {
     wDatum: 
     DateAdd(
     Today();
     -1;
     Days
     )
     };
     Filter(
     DatabaseAddOnTool_Bestellungen;
     (
     Dropdown_Bereich_2.Selected.Value = "Alle" ||
     HFB = Dropdown_Bereich_2.Selected.Value
     ) &&
     DatumB = wDatum
     )
    )

     

    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.

    Visit my blog Practical Power Apps

  • NeoLexx Profile Picture
    19 on at

    Thx, that worked fine for me.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard