I am totaling all open dates and all closed dates then taking the difference.
This is the expression I have that is not working for me. =Avg(DateDiff("d",Fields!Opened_Date.Value, Fields!Closed_Date.Value))
It just displays error on the report in the expression field.
I've attached an image of my dataset along with the form and highlighted part of where my expression needs to be.
I'm trying to average the days between open and close date fields but need to first calculate the difference between the two fields and then average. There are thousands of rows in this report, and I need it to function for my manufacturer team.