Hi,
I noticed where there are differences in the values in my table and the chart, it happens when there are duplicated values of the turnaround times
Fix for correct hourly values on chart
=Round(Sum([Paid Out Turnaround Time (Minutes)])/Count([Contract Number];All);0)
Fix for total average line on chart
=Round(Sum([Paid Out Turnaround Time (Minutes)])/Count([Contract Number];All);0) In Report
N.B The chart below is a different report to the one above