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 / ADD "All" to Dropdown ...
Power Apps
Answered

ADD "All" to Dropdown using collection

(0) ShareShare
ReportReport
Posted on by 109

naidu1811_0-1715343553783.png

ClearCollect(
    naiduc,
    { Result: "All" }
);

Collect(
    naiduc,
    Distinct(shoe_inventory, ProductCategory)
);   
 
This is collection syntax OnVisible Property.  
 
I want to use this collection in  Dropdown filtering with ProductCategory along with "all". Give me syntax
Categories:
I have the same question (0)
  • Verified answer
    LaurensM Profile Picture
    12,516 Moderator on at

    Hi @naidu1811,

     

    Distinct returns a single column called 'Value'. In older blog posts / videos you may see 'Result' being mentioned as the output column used to be named 'Result' until early 2023.

     

    In this case, adjust the initial ClearCollect column name to Value:

    ClearCollect(
     naiduc,
     {Value: "All"}
    );

     

    As a note, you can also use the code below directly in the items property of your dropdown instead of using a collection:

    Table(
     {Value: "All"},
     Distinct(shoe_inventory, ProductCategory)
    )

     

    If this solves your question, would you be so kind as to accept it as a solution.
    Thanks!

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 531 Most Valuable Professional

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard