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 / Filter a Gallery Colum...
Power Apps
Answered

Filter a Gallery Column that has both numbers and text

(0) ShareShare
ReportReport
Posted on by 8

Hi all,

 

Have hit a roadblock and looking to phone an expert. I am connected to an Excel table (tbl_Project_Task) with ~30K rows of data. I have created a gallery and am trying to filter it down based on a search text input box(Text_Project). Depending on approach, I have run into one of two issues: Either 1) I have a delegation issue where it cannot filter for data down the data set or 2) when I type a number into the search text box it does not read it correctly.

 

I have tried the below:

 

  • Filter(tbl_Project_Task,StartsWith(Source_Task_Reference,TextProject.Text)) - this allows me to filter on all the data but does not allow me to filter by number when I type it in.

  • Filter(tbl_Project_Task,StartsWith(Text(Source_Task_Reference),TextProject.Text))) - this allows me to filter on number but does not allow me to filter on data down the data set (row 2K)
  • Filter(AddColumns(tbl_Project_Task,"_project",SOURCE_TASK_REFERENCE),StartsWith(SOURCE_TASK_REFERENCE,TextProject.Text)) - this allows me to filter on number but does not allow me to filter on data down the data set (row 2K)

  • ClearCollect(TableProject,AddColumns(tbl_Project_Task,"SourceProject",Text(SOURCE_TASK_REFERENCE)))

    then adding Filter(TableProject,StartsWith(SourceProject,TextProject.Text)) - does not allow me to filter data down the data set (row 2K)

bfolliard_0-1691582002621.png

 

 

 

 

Categories:
I have the same question (0)
  • madlad Profile Picture
    2,637 Moderator on at

    Hi!

     

    Unfortunately, excel doesn't seem to be delegable within powerapps, so most likely functions like this won't work. However, there does seem to be a workaround using a flow, as seen in this similar post

     

    Additional information on excel and delegation:

    delegation overview

    excel connector

     

    Hope this helps!

  • Verified answer
    rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @bfolliard with that amount of data in Excel you will be hitting walls more than you wish. You will have to live with delegation or use power automate to do work for you, this is also not straightforward. 

    Maybe not the answer you are looking for, but may I suggest you opt for a datasource that is delegable.

     

    I'm sure one of the members will have a solution for you tho ;).

  • bfolliard Profile Picture
    8 on at

    @rubin_boer and @madlad thanks for the responses. I have moved my data to Dataverse tables and things to be functioning better for the time being.

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 408

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 319

Last 30 days Overall leaderboard