Forum Discussion
FlowViz
Helper III
5 years agoDynamic 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
Helper III
5 years agoYes this is what I'm seeing:
v-jingzhang
Community Support
5 years agoHi 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