Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Filtering to omit dropdown selection when blank is selected

(0) ShareShare
ReportReport
Posted on by

Probably an easy one... I must be missing something but I cant find anything that outlines how to basically filter a gallery when there is a selection in a drop down but if the selection is Blank, I would like to show all.. Right now its only showing the actual blanks.. 

 

Thanks in advance

  • Verified answer
    Ash13 Profile Picture
    Ash13 573 on at
    Re: Filtering to omit dropdown selection when blank is selected

    Good video on this and more

    You'll want to replace your normal filter with:

    IsBlank(Dropdown.SelectedItems.Value) || IsEmpty(Dropdown.SelectedItems || ColumnName=Dropdown.Selected.Value

    which will just return true if the dropdown is blank, so return all the data
     

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

End of Year Newsletter…

End of Year Community Newsletter…

Tuesday Tip #12 Start your Super User…

Welcome to a brand new series, Tuesday Tips…

Tuesday Tip #11 New Opportunities…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 144,609

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,420

Leaderboard