web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : yOhfxs9ODgUxaIFu9fmv/o
Power Apps - Building Power Apps
Unanswered

Power APPS|| Blank Drop down

Like (0) ShareShare
ReportReport
Posted on 28 May 2024 08:34:27 by

If I have a dropdown list that takes its value from the share point and a table that is filtered by the dropdown selection, I need to make the dropdown empty by default, but the table displays all results

When I did this, only empty recordings were displayed

 

Please consider that i don't need to add" ALL" or "null" in the drop down on Share point 

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,718 Super User 2025 Season 2 on 28 May 2024 at 11:15:15
    Re: Power APPS|| Blank Drop down

    Can you share what type of error you faced?

  • NadaFathy193 Profile Picture
    on 28 May 2024 at 10:04:58
    Re: Power APPS|| Blank Drop down

    Unfortunately, The solution didn't  work 😞

  • Rajkumar_M Profile Picture
    3,718 Super User 2025 Season 2 on 28 May 2024 at 08:54:59
    Re: Power APPS|| Blank Drop down

    Hi @NadaFathy193 

     

    Dropdown Control Setup:

     

    • Set the Items property of the dropdown to your SharePoint list.
    • Set the AllowEmptySelection property of the drop-down to true. This allows the dropdown to have no selection by default.
    • Set the Default property of the dropdown to Blank(). This will ensure that the dropdown starts with no value selected

     

    If(
    IsBlank(DropdownControl.Selected.Value),
    YourSharePointList, // Display all items if the dropdown is blank
    Filter(
    YourSharePointList,
    YourColumn = DropdownControl.Selected.Value
    )
    )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 892 Most Valuable Professional

#2
Power Apps 1919 Profile Picture

Power Apps 1919 356

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 310 Super User 2025 Season 2

Last 30 days Overall leaderboard
Loading complete