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 / Filter if value is blank
Power Apps
Unanswered

Filter if value is blank

(0) ShareShare
ReportReport
Posted on by 186

This follows on from a previous post:

https://powerusers.microsoft.com/t5/Building-Power-Apps/Reset-Gallery-to-show-all-data-remove-filter/m-p/454562#M135620

 

The users want an additional method of only showing items in the gallery where a field is blank (therefore the need to carry out work on it).  There are two teams that have this requirement.   I was going to add another dropdown, so if either of the two names was selected it filters on the associated field being blank. 

 

Previous code was: 

 

 

Filter('SharePointList', If(Drop_Stage.Selected.Value = "All", true,Stage.Value=Drop_Stage.Selected.Value), If(Drop_TeamAssign.Selected.Value = "All", true, 'Team assignment'.Value= Drop_TeamAssign.Selected.Value))

 

 

 I've tried adding another "If" at the end, but have zero effect. 

 

 

 

If(Drop_3.Selected.Value="Records", IsBlank('Review – Records'.Value, true)

 

 


Any suggestions appreciated.

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    156,123 Most Valuable Professional on at

    Hi @grantreid 

    Some guidance below - I was not sure of the and/or you want, but here is the syntax

    Filter(
     'SharePointList', 
     If(
     Drop_Stage.Selected.Value = "All" && 
     (
     Stage.Value=Drop_Stage.Selected.Value || //added or to show syntax
     Drop_TeamAssign.Selected.Value = "All"
     ) &&
     'Team assignment'.Value= Drop_TeamAssign.Selected.Value &&
     Drop_3.Selected.Value="Records"
     IsBlank('Review – Records'.Value)
     ),
     Whatever your filter goes here
    )
    

     

    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.

     

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @grantreid ,

     

    Please share the detailed logic and example of what do you want to achieve.

    Does this work for your case?

    Filter('SharePointList', If(Drop_Stage.Selected.Value = "All", true,Stage.Value=Drop_Stage.Selected.Value), If(Drop_TeamAssign.Selected.Value = "All", true, 'Team assignment'.Value= Drop_TeamAssign.Selected.Value), If(Drop_3.Selected.Value="Records", 'Review – Records'.Value=Blank()))

     Sik

  • WarrenBelz Profile Picture
    156,123 Most Valuable Professional on at

    Hi @grantreid ,

    A couple of options for you  here, please tag whichever is best for you to continue the thread.

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard