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 / Filter and Sort Galler...
Power Apps
Unanswered

Filter and Sort Gallery by two column

(0) ShareShare
ReportReport
Posted on by

Hi guys,

 

I am using sharepoint as my database. I have one column which is a choice column to show priority. Another column is the time that they update records, which use formula Now() . 

So, every row has at lease two columns showing the priority(choice column), and time(text column using Now() formula). 

Question1: how can I sort both two columns, let the gallery show priority column which is "Urgent" on the top, the rest of them are sorted by time column?

Question 2: I found Now() formula would output different format between phone and laptop, if I output it in laptop, the format would be like this 2/20/2020 4:52 PM, but if I output it in phone, the output would be like this February 20, 2020 4:33 PM. It also confuse my sorting when I use sort by A to Z or Z to A, can anybody help me to unify the format? 

 

Thanks.

Categories:
  • mdevaney Profile Picture
    29,993 Moderator on at

    @JoeQ
    #1

    SortByColumns(
     Filter(
     your_datasource_name,
     Status = "Urgent"
     ),
     "SortColumnName1",
     Ascending,
     "SortColumnName2",
     Ascending
    )

    #2

    Text(Now(), "mm/dd/yyyy hh:mm AM/PM")


    —-
    Please Accept as Solution if this post answered your question so others may find it more quickly. If you found this post helpful consider giving it a Thumbs Up.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 405 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 368

#3
WarrenBelz Profile Picture

WarrenBelz 244 Most Valuable Professional

Last 30 days Overall leaderboard