web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filtering dataverse da...
Power Apps
Answered

Filtering dataverse data starting with dropdown values

(1) ShareShare
ReportReport
Posted on by 248
Hi.
 
I have a dropdown that lists project numbers.  For example, a project number would start with12345.345.  I would like to filter a table with project numbers that start with12345.345.  I tried using
Filter(Projs, ProjNumb = StartsWith(ProjNumb, dd_Proj_Numb.Selected.Value) in the Items field and its not working.
 
Thank you for looking.
 
 
I have the same question (0)
  • Verified answer
    Mark Nanneman Profile Picture
    991 Super User 2025 Season 2 on at
    Just use the StartsWith operation (delete the "ProjNumb =" operation).  You're not looking for what ProjNumb is equal to, you're looking for what it starts with.

    Filter(Projs, StartsWith(ProjNumb, dd_Proj_Numb.Selected.Value))

    The Filter function basically just returns items from a collection that cause a "True" boolean after going through whatever formula you put in the Filter.
     
     
  • Misa Profile Picture
    248 on at
    Thank you soo much @mark_n!!  Not sure what i was thinking.  It worked. 

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 361

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard