If you want only the Standard Hierarchy value to be displayed in the subtotal then
try to put a condition in the subtotal variable
=sum(revenue) where (Customer="Standard Hierarchy")
This will display only the value that is in standard Hierarchy ie 980 irrespective of what level of hierarchy you are looking at.
hope this helps