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 / Delegation warning Gal...
Power Apps
Unanswered

Delegation warning Gallery

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All ,

 

I have a combo box and a Gallery on my app and based on the selection in the combo box values filtered results will be shown in the gallery, however, I am getting a delegation warning that might affect the dataset. The database is connect to the dataverse table

 

Formula - Filter(
Skill_Tables,
serviceHubLocation in Gallery2.Selected.Value & skillCategory in ComboBox3.SelectedItems && skillName in ComboBox3_1.SelectedItems
)

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @Hit_23 

     

    Try this formula,

     

    With({
    Filt:Filter(
    Skill_Tables,
    serviceHubLocation = Gallery2.Selected.Value &&
    skillCategory in ComboBox3.SelectedItems &&
    skillName in ComboBox3_1.SelectedItems
    )
    },Filt
    )


    You can use collection also to avoid delegation, In App OnStart, or Screen OnVisible or any other controls OnSelect properties.

     

    ClearCollect(collectionname,Skill_Tables)

     

    Gallery Item: 

    Filter(
    collectionname,
    serviceHubLocation = Gallery2.Selected.Value &&
    skillCategory in ComboBox3.SelectedItems &&
    skillName in ComboBox3_1.SelectedItems
    )

    Refer this blog.

     

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

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 400 Most Valuable Professional

#2
11manish Profile Picture

11manish 141 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 109 Super User 2026 Season 2

Last 30 days Overall leaderboard