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 / Sort dropwdown that co...
Power Apps
Answered

Sort dropwdown that concatenates to columns

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi,

 

Struggling to figure out how to sort a dropdown I have in my app. 
The dropdown is simply a 
concatenate that combines to columns from a collection. This by itself work fine!
However, trying to sort this by the first column, but can't wrap my head around this. 

Probably an easy solution (I hope), but just can't see how..

 

My Items looks like this:

Concatenate(yt_project_coll.project," ", yt_prosjekter_coll.name_project)


What I imagine it looking like would be something like this:

Sort(
 yt_project_coll,
 Concatenate(yt_prosjekter_coll.project," ", yt_prosjekter_coll.name_project),
 project
)

 

Thanks a lot!

Categories:
  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Solved my own question with a bit of work..

     

    Sort(
     Distinct(
     yt_project_coll,
     Concatenate(project," ", name_project)
     ),
     Result,
     Ascending
    )

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