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 / No Delegation warning ...
Power Apps
Answered

No Delegation warning but will not retrieve over 2000

(0) ShareShare
ReportReport
Posted on by 59

Hey, 

 

Am using DataVerse with PowerApps. I have a table called "TerritoriesSaps", and applying a two filters, here is the code:

With(
 {
 Pre_filter_Brand: Filter(
 TerritoriesSaps,
 "SEPHORA" = AccountName
 )
 },
 
 Filter(
 Pre_filter_Brand,
 "IDC" in Brand,
 DoorName
 )
 )

it only retrieve 38, but their more over 200.

The first filter retrieve 7212, then re-filter but only 38,

what am i doing wrong??

 

 

Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @LoopinG2023,

     

    The second filter will only be applied to the first 2000 records that match the pre_filtered_brand filter condition returns.

    If Brand is a text field, you could get away with combining both conditions in one statement:

     

    Filter(
     Pre_filter_Brand,
     "IDC" in Brand && AccountName = "Sephora",
     DoorName
    )

     

    If this solves your question, would you be so kind as to accept it as a solution.

    Thanks!

  • LoopinG2023 Profile Picture
    59 on at

    Say what now!! it worked powerapps is confusing at some point

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard