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 / Sort and Filter Choice...
Power Apps
Answered

Sort and Filter Choice Column

(0) ShareShare
ReportReport
Posted on by 789
Hello everyone,
 
I have a Dataverse choice column values from 1000 to 12000, I was trying to remove the blank choices I get from my combobox on PowerApps and sort the values from 1000 to 12000.
I am using this formula below.
 
Sort(
    Filter(
        Choices([@'Table'].numberic_value),
        !IsBlank(Value)
),
    Value,
    SortOrder.Ascending
)
 
I hope anyone can help
Categories:
I have the same question (0)
  • mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    hey
     
     
    can u try this modification;
    Sort(
        Filter(
            Choices([@'Table'].numeric_value),
            !IsBlank(Value(Value))
        ),
        Value(Value),
        SortOrder.Ascending
    )
    
    if it helped please mark as verified answer
  • Caleb62881177 Profile Picture
    789 on at
    @mmbr1606 - I am getting an error  "Value" is an unknown and unsupported function
  • Verified answer
    mmbr1606 Profile Picture
    14,629 Super User 2026 Season 1 on at
    sorry my bad
     
     
    can u try this:
    Sort(
        Filter(
            Choices([@'Table'].numeric_value),
            !IsBlank(numeric_value.Value)
        ),
        numeric_value.Value,
        SortOrder.Ascending
    )
    
    
    
     

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 294 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 169

Last 30 days Overall leaderboard