I'm using the code below to run a report against a SharePoint list which reports fine.
=sum(abs(datediff(dateinterval.minute,fields!Change_Finished.Value,fields!Change_Started.value))) / 60
But I now need to also display the data where fields!Change_Finished.Value is within the past 1 YTD, could someone help me factor in that please? Thks