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 / Order By field.Value
Power Apps
Answered

Order By field.Value

(0) ShareShare
ReportReport
Posted on by 145

Hi

with a field value (field.Value) I'm not able to sort the column

Example: in this way run

SortByColumns(
Filter(db_Lis;
xxxxx = yyy);
"field1;Ascending);
 
 Example: in this way doens't run
SortByColumns(
Filter(db_Lis;
xxxxx = yyy);
"field2.Value";Ascending);
 
Categories:
I have the same question (0)
  • Verified answer
    mdevaney Profile Picture
    29,989 Moderator on at

    @Giorgio67 

    Simply use the SORT function instead

    Sort(Filter(db_Lis; xxxxx = yyy); field2.value; Ascending);
     
    ---
    Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
  • Verified answer
    eka24 Profile Picture
    20,923 on at

    Try

    Sort(Filter(db_Lis; xxxxx = yyy);
    field2.Value;Ascending)
    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

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 321

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 311 Super User 2025 Season 2

Last 30 days Overall leaderboard