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 / PowerBIIntegration Del...
Power Apps
Unanswered

PowerBIIntegration Delegation Problem Workaround

(0) ShareShare
ReportReport
Posted on by

Hi. Is there a workaround in my delegation problem below? When I select an EmployeeNumber in Power BI, it does not show in Power Apps. It says that it may not work in large datasets.

Here is the code.
LookUp(*SP List Name*, EmployeeNumber = First(PowerBIIntegration.Data).EmployeeNumber)

Thank you.

Categories:
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @hanna3 ,

     

    This problem has arisen recently. The reason is PowerBIIntegration.Data as data source is non-delegable now. You can set First(PowerBIIntegration.Data).EmployeeNumber OnStart of App in a variable:

    Set(varENr,First(PowerBIIntegration.Data).EmployeeNumber)

    or use a With function instead to eliminate the delegation warning:

    With(
     {wENr:First(PowerBIIntegration.Data).EmployeeNumber},
     LookUp(*SP List Name*, EmployeeNumber = ENr)
    )

     

    Best regards,

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