Hi,
You have more than one option in MDX but if you want the filter to apply to rows and columns, in a sql like behaviour, you should put it in the Where-clause. There are also options like Subselects( a MDX select clause in the FROM part instead of a cube),
Filter() and Having( a clause).
BR
Thomas ivarsson