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 / PowerAPP sharepoint li...
Power Apps
Answered

PowerAPP sharepoint list filter empty column's

(0) ShareShare
ReportReport
Posted on by

Thanks

I need a help

 

Let have column (FirstName, LastName, Address, DOB, ContactNo)

 

I want the list to filter only if the column FirstName & ContactNo, both are IsBlank

Categories:
  • eka24 Profile Picture
    20,925 on at

    If I understand you, you want to filter or see only blank columns for Firstname and contact? If so;

    Filter (Datasource, Firstname="" && ContactNo = "")

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

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Loose Chippings Profile Picture
    185 on at

    Hi @VTandon 

     

    The && in a statement means 'This AND That '.  So you would use Filter(Source, IsBlank(FirstName) && IsBlank(ContactNo)).

     

    The ||,  [Shift \], means OR, so 'This OR That' and a filtered row would not show if FirstName OR ContactNo was blank.

  • VTandon Profile Picture
    on at

    did not worked

  • Loose Chippings Profile Picture
    185 on at

    Can you help by telling us what happened? Could you paste the code you have used? Did you get an error?

  • VTandon Profile Picture
    on at

    SortByColumns(Filter([@'CCStatement'], IsBlank(PONumber) && IsBlank(MerchantState), StartsWith(MerchantName, TextSearchBox1.Text) ), "MerchantName", If(SortDescending1, Descending, Ascending))

     

     

     

     

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

     

    Not filtering only if both column empty.

    ONLY work with one column ...

     

  • eka24 Profile Picture
    20,925 on at

    can you show a sample of your table

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

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Loose Chippings Profile Picture
    185 on at

    Your code should work if both PONumber is blank AND MechantState is both.  Or you could say "this is only TRUE when both PONumber is empty AND MerchantState is empty".

     

    Try the code with just IsBlank(PONumber):

    SortByColumns(Filter([@'CCStatement'], IsBlank(PONumber), StartsWith(MerchantName, TextSearchBox1.Text) ), "MerchantName", If(SortDescending1, Descending, Ascending))

     

    and then try just IsBlank(MerchantState):

     

    SortByColumns(Filter([@'CCStatement'],  IsBlank(MerchantState), StartsWith(MerchantName, TextSearchBox1.Text) ), "MerchantName", If(SortDescending1, Descending, Ascending))

     

    and make sure each one filters as you expect.

  • VTandon Profile Picture
    on at

    its a sharepoint list

  • eka24 Profile Picture
    20,925 on at

    I asked if you could put a sample of your table

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

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • VTandon Profile Picture
    on at
     

     

    MerchantNameMerchant CityMerchantStateOriginalAmountPONumberInvoice AttachmentItem TypeAttachments

    ZORO UKLONDONGBR £                     35.90  Item 
    VICTORY LIGHTING UST. ALBANS  £                   239.40aaa Item 
    INTEK ADHESIVESBLYTH  £                   471.44  Item 
    SP * WSB MANUFACTURINGPERTHLND £                     78.00  Item 
    WWW.FIRST4MAGNETS.COM08455194701  £                   798.54  Item 
    WAKERING ENGINEERING CEVESHAMGBR £                   231.00  Item 
    GRAPHTEC GB LIMITEDWREXHAMGBR £                     35.06  Item 
    HITCHIN PLUMBING SUPPLBEDFORDSHIREGBR £                   500.29  Item 
    HITCHIN PLUMBING SUPPLBEDFORDSHIREGBR £                   692.39  Item 

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard