Calculated Measure "not in"

If I want to create a subset of issues that had a particular Resolution, the formula for the calculated measure would be:

(
[Measures].[Issues created],
[Resolution].[Received]
)

But how could I create a subset of issues, where Resolution <> “Received” ?

Thanks in advance.