
Originally Posted by
Stormin'
Use a calculated column to do
SUM(DIs) / SUM(Days)
to get an average of DIs per day (or swap the calculation to get days per DI)
Note that you cannot calculate this line by line in the source data, it has to be aggregate data.
Bookmarks