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 / gallery only display 1...
Power Apps
Answered

gallery only display 1 searched value

(0) ShareShare
ReportReport
Posted on by 141

Hello everyone,
i have search and filter function using combobox , but when i try to select more than one , the gallery will only show 1 list(it will override the exisiting list). how to ensure that the gallery will display all value that i searched. below is the interface.
it is shown at the combobox that there are 2 items being chosen but in the gallery, there's only one value being displayed.

norashura_0-1694051595858.png


this is the code that i used in gallery item data field 
SortByColumns(
Filter(
[@'HEO Lesson Learn'],
IsBlank(ComboBox.Selected.'What happened') || ComboBox.Selected.'What happened' ='What happened'
),
"Title",
If(
SortDescending1,
SortOrder.Descending,
SortOrder.Ascending
)
)

Thank you in advance for your assistance

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

    Hi @norashura ,

     

    Please try this

    SortByColumns(
    Filter(
    [@'HEO Lesson Learn'],
    IsBlank(ComboBox.Selected.'What happened') || 'What happened' in ComboBox.SelectedItems.'What happened'
    ),
    "Title",
    If(
    SortDescending1,
    SortOrder.Descending,
    SortOrder.Ascending
    )
    )

     

    Best Regards,

    Wearsky

  • norashura Profile Picture
    141 on at

    norashura_0-1694056738307.png

    It works , thank you so much !

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

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard