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

Dropdown to show "All" and the sharepoint records

(0) ShareShare
ReportReport
Posted on by 16

Hello

 

I have a sharepoint table with a column called"Name" and basically I want to create a dropdown field that shows all the existing records under the "Name" column but still has a choice to select "Show All". The "Show All" value does not exist in my sharepoint table.

 

Here is my measure for the dropdown -> Items -> ForAll(Distinct(Tasks,Name), {Result: ThisRecord.Value})

 

It shows all the existing records that are good but the only thing I am missing is the "Show all" that I can select.

 

Thanks for help

 

Categories:
I have the same question (0)
  • ANB Profile Picture
    7,252 Super User 2026 Season 1 on at

    Hi @AustineHype , Please check this video https://www.youtube.com/watch?v=nlfZD6lsCDc which can help you to add "Show All" or "All" item in dropdown with other names.

    OR check this post: https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-add-All-option-in-dropdown/td-p/1996028

    -----------------------------------------------------------------------------------------------------------------------------

    I hope this helps.

    Please click Accept as solution 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 giving it Thumbs up.👍

    Thanks,
    ANB


  • Mike2500 Profile Picture
    1,247 Super User 2024 Season 1 on at

    One way to add the "all items" is to set up a collection that contains both the "all items" entry and all the other items, and then use that collection for the items property of the dropdown. For example, you could put the following in the app start event:

     

    ClearCollect(colMyChoices,{Value:"All Items"});
    Collect(colMyChoices, ForAll(Distinct(List,Title), {Value: ThisRecord.Value}))

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard