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 / KQL search through Gal...
Power Apps
Answered

KQL search through Gallery

(0) ShareShare
ReportReport
Posted on by 7

Has anyone tried to implement KQL search through Gallery items in canvas app? The end user would like to search using [columnName]: columnValue in a free text Search textbox. Currently the search is being performed in a few text type columns. 

Categories:
  • timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    @reshmee011 

    KQL isn't directly supported. To search gallery items, you would use standard PowerFX functions.

    To clarify your requirement, your intention is to specify the target search column by prefixing the search term with a : character?

  • reshmee011 Profile Picture
    7 on at

    @timl : thanks for responding to my query , to start with the search can be the target column with a column value delimited by ":".

  • Verified answer
    timl Profile Picture
    37,287 Super User 2026 Season 2 on at

    @reshmee011 

    You'd need to write some custom formula to do that. The formula below would deal with example syntax that looks like this - "Surname:Smith" or "Firstname:John" 

    With({inputValues:Split(txtInputValue.Text, ":")},
     Switch(First(inputValues).Value,
     "Surname",
     Filter(DataSource, Surname=Last(inputValues).Value),
     "Firstname",
     Filter(DataSource, Firstname=Last(inputValues).Value)
     )
    )

     

  • reshmee011 Profile Picture
    7 on at

    @timl : thanks very much for the workaround, I just need to amend the script to cater for different column types, e.g. choices, lookup.

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 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard