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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Excel List of row Odat...
Power Automate
Unanswered

Excel List of row Odata filter

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I'm trying to use odata filter with "list of rows present in a table" Excel objects.

I tried a lot of possible formulation... none is working.

 

To give more detail, I have an excel file with DATE column name which could be null, I just want to get non null excel file lines.

I'll tried :

  • DATE ne null
    error: Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.
  • DATE ne ''
    error: Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.
  • length('DATE') gt 0
    result: 4 gt 0
    error: Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.
  • length('DATE') gt '0'
    result 4 eq '0'
    error: A binary operator with incompatible types was detected. Found operand types 'Edm.Int32' and 'Edm.String' for operator kind 'Equal'.
  • string(length('DATE')) gt '0'
    error: Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.
  • 'True' eq 'if(greater(length('DATE'), 0), false, true)'
    result: 'True' eq 'False'
    error: Invalid filter clause: unsupported operation. Only single 'eq', 'ne', 'contains', 'startswith' or 'endswith' is currently supported.
 
Do you have some clue for me ?
 
Adding an external Filter Array, is not a good solution for a question of performance like https://powerusers.microsoft.com/t5/Connecting-To-Data/Flow-get-list-of-rows-form-excel-with-ODATA-filter/m-p/149876#M3393
 
 
thanks

 

Categories:
I have the same question (0)
  • Verified answer
    v-bacao-msft Profile Picture
    on at

     

    Hi @nicolasd1 ,

     

    Unfortunately, we could not use Filter Query to filter records with the column which may be null currently.

    You are using the best option to filter these records, we could only use Filter array to do this operation as follows, leave the right parameter blank:

    140.PNG

     

    Besides, you could check this blog to get more usage about Filter Query, although some of the syntaxes here is not suitable for filtering records in Excel table, the rules are similar.

    https://sharepains.com/2018/11/12/sharepoint-get-items-odata-filter-query/

     

    Best Regards,

  • RRFreeman Profile Picture
    19 on at

    This is a MS bug.  Please fix.

    #bug

  • RRFreeman Profile Picture
    19 on at

    This is a MS bug.  Please fix the Excel OData filtering.

    #bug

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard