In SSRS I have the following code for one of my fields:
(DateDiff("n",FIRST(Fields!Date.Value), LAST(Fields!Date.Value, "grp_Order")))
I now want to take an AVG of all these fields....How would I go about doing this without getting the nested aggregate error?