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 / 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,991 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

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
Haque Profile Picture

Haque 88

#2
WarrenBelz Profile Picture

WarrenBelz 85 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 45

Last 30 days Overall leaderboard