(Although I am able to get a sum in a single variable by adding the code below, I can't get that variable added to the report output or to appear at the bottom of the MemoryGB column so as to show a total)
$ramsum= $report | Measure-Object -Sum -Property MemoryGB
write-output $ramsum