Forum Discussion
FlowViz
5 years agoHelper III
Dynamic date range in OData query
Hey Guys, I have a query for my dataset that ends in "and ChangedDate ge 2020-02-01Z" I always want it to pull the last 6 months of data from the time of load/refresh. At the minute I'm having to...
FlowViz
4 years agoHelper III
Yes this is what I'm seeing:
v-jingzhang
4 years agoCommunity Support
Hi FlowViz
ponnusamy 's expression has an extra ')' at the end. Remove that and you will get the correct result. There should be only a single ')' there.
Date.ToText(Date.AddMonths(Date.From(DateTime.LocalNow()),-6),"yyyy-MM-dd")
Regards,
Community Support Team _ Jing