Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Syndicate_Admin
Administrator
Administrator

Less than or Equal(<=) is not working correctly on date column filter

Hi Developers,

 

I have a requirement to fetch the most recent dated record based on a date. The parameter date, I am passing it from a dropdown and I am passing only the date so by default the time is 12:00 AM and the Date is 1st Sep 2023.

I have put the condition as Date<=dropdown2.selectedDate, so it should fetch me the items even if it has Date column value as 1st Sep 2023 12:00 AM, but it is not fetching those records.

 

For your reference I have added few screenshots to give more clarity on the issue, please share your thoughts why it is not able to evaluate the =(equal) operation in <= operation.

 

Please share your insights on this.

**I have added additional attachments in the first comment

 

4 REPLIES 4
Syndicate_Admin
Administrator
Administrator

In case you need to filter the date column entries in a SharePoint List, you also need to consider about the exact entry time.

 

Thus, if you need to take all the list items before a specific date, you must use the following function in your case:

 

<= DateTimeValue(Text(Dropdown2.Selected.'Start Date') & " 23:59:59") 

Syndicate_Admin
Administrator
Administrator

Hi @AhmedSalih - could you please us here on how to resolve this? Is this an issue with Dataverse Date/Time columns?

Syndicate_Admin
Administrator
Administrator

HI @RezaDorrani ,

 

Can you please check this thread and let me know what could be the resolution?

 

Thank you

Syndicate_Admin
Administrator
Administrator

 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors