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 order of distinct...
Power Apps
Answered

Sort order of distinct results from filtered dataverse table column

(1) ShareShare
ReportReport
Posted on by 157
Hello, 
 
I have a dataverse table with a column with rows of data in the following format  : A/AAA-111111A
The dataverse column is sorted (in dataverse) on the ArticleReference column. 
 
I return the column in a dropdown control: 
 
Distinct(
    Filter(
        Tables;
        ClientName = drpDown.Selected.Value
    );
        ArticleReference
)
 
The dropdown displays all the ArticleReferences in the column, however the order is not the same as in the dataverse list. 
 
Can someone please help with how I can sort the dropdown output to be the same as the underlying dataverse column ?
 
Thanks
 
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,968 Moderator on at
    Hi
     
    Since I dont have your data etc please try this
     
    SortByColumns(Distinct(
        Filter(
            Tables;
            ClientName = drpDown.Selected.Value
        );
            ArticleReference
    ), "ArticleReference", SortOrder.Ascending)
     
    If the "ArticleReference" gives you an error, try "Value" instead
     
    Lastly, I have it sorting Ascending, you may want it Descending, not sure based on your Dataverse Sort. Also, don't assume the sort order in Dataverse is what you see or need, its not doing by your column.
     
    Cheers,

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 166

#3
sannavajjala87 Profile Picture

sannavajjala87 71 Super User 2026 Season 1

Last 30 days Overall leaderboard