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 Sharepoint list...
Power Apps
Answered

Filter Sharepoint list with blank date

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

I have a power app which is supposed to select a Sharepoint list and display them in my gallery only if the value of a column (set in date/time format on Sharepoint) is blank.

I have tried the solution frome here : https://powerusers.microsoft.com/t5/General-Discussion/Filter-sharepoint-list/m-p/35713#M14753 but it doesn't work for me.

In the gallery/Items, I have this : If(IsBlank(Membres.'Date payement');SortByColumns(Membres;"Nom";Ascending)).
It supposed to return one element but no result is shown on my app.

Capture.JPG

There you can see all items in my list has a value except for the last one.

 

Can someone help me figure out what is wrong ?

 

Thanks !

 

Categories:
I have the same question (0)
  • LRVinNC Profile Picture
    2,297 on at

    As your statement currently reads, you are checked to see if there is a blank date, but then you are simply sorting all your data and showing because you do not have a filter to limit your sort to only the records which are blank.  I didn't test this, but it should be something close to:

     

    SortByColumns(Filter(Membres, IsBlank(Members.'Date payement'),"Nom";Ascending)

    (Not sure if I substituted ; for , in all the right spots since I'm not used to that.)

     

    This assumes you only want to show rows with the blank date which is what I understood you to want.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at
     I tried this solution before the one shown above but it doesn't work :
     
    SortByColumns(Filter(Membres;IsBlank(Membres.'Date payement'));"Nom";Ascending)

    (I'm using ; instead of , because I'm in Europe and it doesn't accept , but 😉
  • LRVinNC Profile Picture
    2,297 on at

    @Anonymous What error or result does it give you when you try that formula? 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at
    @LRVinNC it's not showing any result sadly
  • LRVinNC Profile Picture
    2,297 on at

    Interesting because I just ran a test and it pulled my record with a blank date only.  Just for grins, try "IsEmpty" instead of "IsBlank" and see if that changes anything.  When I use IsEmpty, I get nothing.  IsBlank gives me the record.  

  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Try changing your formula to the following:

    SortByColumns(Filter(Membres; IsBlank('Date payement');"Nom";Ascending)

    You need to specify the column you are checking to be blank in the IsBlank, including the datasource name and the column name is not valid and will not return results.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @RandyHayes Great, it's working.

    Thanks for the explanation

  • omelo Profile Picture
    52 on at

    Hi,

    I've tried many different things and the filter doesn't work

    This is what I have so far on the gallery/item

    If(ComboBox2.SearchText<>"",Visitors)

    I need to be able to filter to display records from the SP list where the checkout date is blank for the visitor.

     

    The SP list is Visitors, the column name is CheckOut:date and time

     

    Thank you for your help

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 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard