Hi,
I have a table view where I need to show data for the last 5 years.
Using last-x-years only includes up to the date time from today (EG 09-20-2016 - 09-20-2021).
How do you filter to include the start of the calendar year (EG 01-01-2016 - 09-20-2021)?
I assumed this was a common scenario but I haven't been able to work it out.
This is for a standard table view filter so I'm looking for a static fetchxml solution instead of computing the exact dates myself in a script/code.
This is for Dynamics 365 Sales.
Thanks for your help!