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 / 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 Moderator 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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 531 Most Valuable Professional

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard