Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello,
I want to use date and time filter on the ODATA URL. I want to see all the entries from 2022-10-01 and I used this filter: $filter=SystemCreatedAt%20ge%202022-10-01T00:00:00Z" but it not working. What filter do i need to use here?
Thank you!
Hi @Atinder ,
Please refer to the solution in this thread and try adding 'datetime' to it:
Solved: Filter by DateTime in Odata
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi @Anonymous ,
That solution doesn't work for me. That solution is for the table and I am using ODATA link and i cannot convert format in the link. I know i can filter out date after it loads the data but then there is too much data to filter from.