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 / why the gallery is not...
Power Apps
Answered

why the gallery is not sorted ?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Akki2995_0-1697537086544.png

Sort(
 If( IsBlank(Dropdown3.Selected.DateMonthYear) && IsBlank(Dropdown4.Selected.Arbeitspaket); 
 Filter(
 colF; 
 Mitarbeiter = User().Email
 ); 
 If( IsBlank(Dropdown3.Selected.DateMonthYear);
 Filter(
 colF;
 Mitarbeiter = User().Email ;
 Arbeitspaket = Dropdown4.Selected.Arbeitspaket
 );
 If( IsBlank(Dropdown4.Selected.Arbeitspaket);
 Filter(
 colF;
 Mitarbeiter = User().Email ;
 Monat = Dropdown3.Selected.DateMonthYear
 );
 Filter(
 colF; 
 Mitarbeiter = User().Email;
 Monat = Dropdown3.Selected.DateMonthYear;
 Arbeitspaket = Dropdown4.Selected.Arbeitspaket
 )
 )
 )
 ); 
 "Monat"; 
 SortOrder.Descending
)

 

 

Categories:
I have the same question (0)
  • Verified answer
    iAm_ManCat Profile Picture
    18,256 Most Valuable Professional on at

    Hi @Anonymous 

     

    Did you mean to SortByColumns instead of using Sort? Sort is for evaluating a formula across all rows, whereas SortByColumns is for sorting by a column by treating it as text.

     

    Cheers,

    Sancho

     

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 547

#2
WarrenBelz Profile Picture

WarrenBelz 444 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard