Returns the sales for current selection, but with a new selection in the 'Customer' field: only customers who during 2007 had a total sales of more than 1000000.
You probably need to adapt the solution to match your requirement (e.g. use a month filter instead of year filter, and appropriate field names and aggregation functions, but this should show you a possible approach.