I have an SSRS report that looks like this (with additional columns such as sales) with rows grouped by region and location.
Have you tried =Max(Fields!goal.Value) ? If you need the unscoped grand total this should work. Here is a great MSDN article on Adding Grouping and Totals. Below is an image taken from that article that shows how to set it up.
Renders: