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 different condi...
Power Apps
Answered

Filter different conditions

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I´m working in a double filter app, the first one has to filtrate a number from a column on excel and the second one a date also from excel, but this second one throws me an error which is the next:

 

La operación solicitada no es válida.
Respuesta del servidor: Error de Tabla1: La cláusula de filtro no es válida: no se admite la operación. Actualmente, solo se admiten los valores únicos "eq", "ne", "contains", "startswith" o "endswith" .
clientRequestId: 60ade09f-2be4-4647-9997-3aa2de038c29.

 

ccastanos_0-1619637001487.png

Thats a pic of how im doing my app, thanks for helping...

 

Categories:
  • rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @Anonymous please check if there is any data in your date column, if not add a column to your excel table =TEXT([@YourDateColumn],"dd/mm/yyyy") and make sure the column is a text and not date column.

     

    do the filter using your new colum remember its text now so something like Filter(table1,YourNewColumn = Text(datetimepicker.selecteddate,"dd/mm/yyyy"))

     

    hope this helps

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Almost!

    Theres still a problem in the filter, but at least I created a new column in text format and now I can call my date as a text, but cant convert it into date again to match with my datepicker2.selecteddate

    Any idea? Pls

    😞

  • Verified answer
    rubin_boer Profile Picture
    4,843 Super User 2024 Season 1 on at

    hi @Anonymous i opted to have the datepicker's value formatted to text Filter(table1,YourNewColumn = Text(datetimepicker.selecteddate,"dd/mm/yyyy")) to allow for that text comparison.  you can also do Filter(table1,DateValue(YourNewColumn,"en-US") = datetimepicker.selecteddate) where your language codes are the same.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Sorry for the delay... I opted to left that idea because of that comparision, but I had to use it again, so I saw again your comment and yeah... It was just what I need! Thank you!

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 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard