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 Formula help
Power Apps
Unanswered

Gallery Formula help

(0) ShareShare
ReportReport
Posted on by

I currently have a search enabled on my gallery;

Search(DS_Howdoi,TextInput1.Text,"Title")

I would like to also add the functionality to filter the gallery by a key word in one of the columns in SP list by using checkboxes.

Any help woudl be greatly appreciated

 

Categories:
I have the same question (0)
  • dinusc Profile Picture
    Microsoft Employee on at
    Hello @BenGillard, Looks like the "Filter" function would be better suitable for this. Example: Filter(YourSource, If(CheckBox1.Value, Column1="Value1", CheckBox2.Value, Columjn2="Value2))
  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @BenGillard,

    Do you want to filter your Gallery items based on the Checkbox control?

    I have made a test on my side, please take a try with the following workaround:7.JPG

     

    8.JPG

    Set the Items property of the Gallery control to following:

    Filter(
    Search('20181122_case14', TextSearchBox1.Text, "ProductName"),
    If(Checkbox1.Value=true, Status.Value="Approved",true)
    )

    On your side, you should type:

    Filter(
    Search(DS_Howdoi, TextInput1.Text, "Title"),
    If(Checkbox1.Value=true, FilterColumn="Key Word",true)
    )

    Note: The FilterColumn represents the column in your SP list, which you use to filter your Gallery items based on the Checkbox control.

    The GIF screenshot as below:Test1.gif

    More details about Filter function, please check the following article:

    Filter function

     

    Best regards,

    Kris

  • BenGillard Profile Picture
    on at

    Thanks for your response,

    I did have this working with one check box already using the following:

     

    This have very similar behavior to the demo in your post. I however need to include 4 checkboxes, instead of just one to help users filter results.

    Search(If(ConnectCheck=true,Search(DS_Howdoi,"Connect","Category"),DS_Howdoi),
    TextInput1.Text,"Title")

    I have included a screen shot of the checkboxes:

     

    Test10.PNG

     

    Thanks

  • v-xida-msft Profile Picture
    Microsoft Employee on at

    Hi @BenGillard,

    Have you taken a try with the solution I provided?

    Have you solved your problem?

    If you have solved your problem, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify.

     

    Best regards,

    Kris

  • BenGillard Profile Picture
    on at

    Hi,

    I had this part you demonstarted working initially, it was trying to get 4 checkboxes all operational and not just one that was the initial issue, which unfirtuantly i am yet to resolve.

    Thanks

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

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard