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 / Dataverse Choices for ...
Power Apps
Answered

Dataverse Choices for dropdown have all option that shown all the choices.

(2) ShareShare
ReportReport
Posted on by 19
Hi,
 
I trying to do a dataverse choices filter and patch.
 
I wanted to do a filter of status using dropdown but inside dropdown I have option of All. I saw a very long time ago video about this but try to do it did not work.
 
PowerApps - Add an "All" to your Dropdown Lists - Dynamically! I need to do something like this guy did.
 
Anyone have any idea please help.
 
Thanks.
I have the same question (0)
  • MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
    @CU24121005-0, There is a similar post long back check the solution worked for you as well.
     
     
    ✅If this helped, please Accept as Solution to help others ❤️ A Like is appreciated 🏷️ Tag @MS.Ragavendar for follow-ups.
  • CU24121005-0 Profile Picture
    19 on at
    The formula not working for me I try and have Error for the Text, Error shown: Expected text or number. We expect text or a number at this point in the formula.
     
    I have found a work around way to add all inside my dropdown the code is:
     
    ClearCollect(Status, {Value: "All Status"});
    Collect(Status, ForAll(Choices(EmailstatusRecord.'Email Status'),{Value: Text(Value)}));
     
    I try Filter(Dropdown.Selected.Value = "All Status" || 'Email Status'.Value = Dropdown.Selected.Value)
     
    Shown Error: Incompatible types for comparison. These types can't be compared: Table, Text.
     
    If I wrap it Text on my choice it gave error: Expected text or number. We expect text or a number at this point in the formula.
  • MS.Ragavendar Profile Picture
    7,431 Super User 2026 Season 1 on at
     
    Open your Dataverse table column Email Status and check Allow multiple selections ?
     
  • CU24121005-0 Profile Picture
    19 on at
    I have allow multiple selection in my choices column. 
  • CU24121005-0 Profile Picture
    19 on at
    Anyone know how to filter the gallery data for choices column? Cause I still getting error from the filter.
  • WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    I will add another suggestion here - create another Choices table (...more > Choices)  with all the entries you need (I will call it Email_Status here), then the Items of the Combo Box would be 
    Choices(Email_Status)
    then your filter should work (with your Table Name) - assuming multiple selections here)
    Filter(
       YourTableName,   
       Dropdown.Selected.Value = "All Status" || 'Email Status'.Value in Dropdown.SelectedItems
    )
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • CU24121005-0 Profile Picture
    19 on at
    @WarrenBelz
    I need it to be dropdown and needed inside to have an "all" option choices, is it still possible to do it nowadays? Cause I cannot find anyone did it only the guy in the video (Randy Hayes) and few others did but the code does not work anymore as the video is 5 years ago.
     
    Try the formulate you gave (
  • Verified answer
    WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    The code works fine with SharePoint, but not with Dataverse, which is why I suggested simply creating another Choices (option set) table in Dataverse with all the choices you want and then using that in the drop down.
     
    The other option is to simply put the Items in manually
    [
       "All Status",
       "Your Status 1",
       "Your Status 2",
       . . . . . 
    ]
    and make 'Email Status' a Text field.
    Filter(
       YourTableName,   
       Dropdown.Selected.Value = "All Status" || 'Email Status' in Dropdown.SelectedItems
    )
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn   

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 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard