Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Power apps Formula

(1) ShareShare
ReportReport
Posted on by 137

Hello

Im using the below formula in items of power apps gallerty to sort the date in descending order ,im using the column datatype as Single line of textScreenshot 2024-07-09 150502.png in the dataverse and ive given the below formula on item of the gallery 

Sort(
    Filter(
        ResourceAllocation_ProjectTables,
        IsBlank(ComboBox9_2.SelectedItems) || CountRows(ComboBox9_2.SelectedItems) = 0 || Sum(
            ForAll(
                ComboBox9_2.SelectedItems,
                If(
                    Priority = Value,
                    1,
                    0
                )
            ),
            Value
        ) > 0,
        IsBlank(ComboBox8_5.SelectedItems) || CountRows(ComboBox8_5.SelectedItems) = 0 || Sum(
            ForAll(
                ComboBox8_5.SelectedItems,
                If(
                    'Power Platform1' = Value,
                    1,
                    0
                )
            ),
            Value
        ) > 0,
        IsBlank(ComboBox8_4.SelectedItems) || CountRows(ComboBox8_4.SelectedItems) = 0 || Sum(
            ForAll(
                ComboBox8_4.SelectedItems,
                If(
                    'Project Name' = Value,
                    1,
                    0
                )
            ),
            Value
        ) > 0
    ),
ETA,SortOrder.Descending
) but the sorting is not sorting properly Screenshot 2024-07-09 150140.png
 
 
  • MichaelFP Profile Picture
    1,831 Super User 2025 Season 1 on at
    Re: Power apps Formula

    Try to build first the collection and after apply the sort. Check if the field is coming on the data source too.

     

    If my answer helped you, please give me a thumbs up (👍). If solve your question please mark as solution ✔️. This is help the community.

     

     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,651 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,999 Most Valuable Professional

Leaderboard