Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Answered

DefaultSelectedItems in ComboBox

(0) ShareShare
ReportReport
Posted on by 495

Hi,

 

I have a combobox that takes the values from a Dataverse table and I need that all the values come pre-selected by default.

The Item property has:

 

Filter(Resources, Type = "APP" And Key <>"OTHER" And Active= true)

 

In the DefaultSelectedItems property I have:

 

Lookup(Resources, Type = "APP" And Key <>"OTHER" And Active= true)

 

And I do not get all the values pre-selected.

The field displayed is Name in the Combobox.

Thanks for any help!

 

 

Categories:
  • EmilioRoqueta69 Profile Picture
    495 on at
    Re: DefaultSelectedItems in ComboBox

    I created a collection with this values:

     

    Filter(Resources, Type = "APP" And Key <>"OTHER" And Active= true)

     

     and put the collection in DefaultSelectedItems and it works.

     

  • Verified answer
    BCBuizer Profile Picture
    22,007 Super User 2025 Season 1 on at
    Re: DefaultSelectedItems in ComboBox

    Hi @EmilioRoqueta69,


    Has this issue been resolved? If so, please mark the post that was key to the solution by pressing the "Accept as Solution" button so it's easier to find for other members of the community.

  • BCBuizer Profile Picture
    22,007 Super User 2025 Season 1 on at
    Re: DefaultSelectedItems in ComboBox

    Hi @EmilioRoqueta69 ,

     

    The LookUp function will only return a single item. To select all items, use the same formula as for the Items property:

    Filter(Resources, Type = "APP" And Key <>"OTHER" And Active= true)

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,605 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,946 Most Valuable Professional

Leaderboard