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 / Filtering with "A...
Power Apps
Answered

Filtering with "All" but with a Dataverse Choice column.

(0) ShareShare
ReportReport
Posted on by 30

Hello all, 

I am looking how to add an "All" option to my dropdown. This currently does filter between the various status's but the "All" doesn't bring anything back on the gallery.  Most articles I've found are Sharepoint based. I've tried using a ClearCollect,Collect on the onstart. I'm guessing I need "All" = AllItems or something like that. Thanks for reading and any help you can give. 

 

Ungroup(
Table({Items:["All"]},
{Items:Choices('Status (DMS-Delegations)')}
),
"Items")

Categories:
I have the same question (0)
  • Verified answer
    SpongYe Profile Picture
    5,905 Super User 2026 Season 1 on at

    Hi @Andy83 

     

    In the filter you can use a If() statement:

    If(
     Dropdown.Selected.Value = "All",
     YourDataSource,
     Filter(YourDataSource, 'Status (DMS-Delegations)' = Dropdown.Selected.Value)
    )

    If you have any questions or feedback, please let me know. Have a great day! 😊

    -----------------------
    PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

  • Andy83 Profile Picture
    30 on at

    Thanks for your help 👍

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 392

#2
WarrenBelz Profile Picture

WarrenBelz 364 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 271 Super User 2026 Season 1

Last 30 days Overall leaderboard