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 / Lookup formula cannot ...
Power Apps
Unanswered

Lookup formula cannot be evaluated remotely due to service limitations...

(0) ShareShare
ReportReport
Posted on by 110

Lookup formula cannot be evaluated remotely due to service limitations.. The local evaluation may produce suboptimal or partial results. If possibel please simplify the formula..

 

Getting this error based on the following formula:

 

Distinct(Filter(dsrDataSource,Left(Location,3)="020" && Carline="TOTAL"),Left(Location,3))

 

Left(Location, 3)="020" is underlined in blue. Not complicated at all. I am getting results, but I don't know if they are accurate.

 

Any ideas?

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

    Hi @Hockeyman9474,

     

    This should be caused by delegation.

    Understand delegation

    And the function you used here (left() ) is not under the delegatable function list.

    Please read the article above for more details.

    For a workaround, replace the left(location,3)="020" with startswith function.

    StartsWith function in PowerApps

    StartsWith(Location, "020")

    The whole formula should be:

    Distinct(Filter(dsrDataSource,
    StartsWith(Location,"020") ,
    Carline="TOTAL"),
    Left(Location,3))

    There is no need to add && within the filter function, Multiple expression would be in an and condition by default.

    Check to see if this would make it work.

    Regards,

    Michael

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @v-micsh-msft, in a post I just made I encountered  a similar problem with User().Email.

    Any suggestion on how to workarroudn that ?

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
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard