Given a data set like the one pictured here, using the Query Designer without switching to text mode, how can I filter out rows where a Measure (e.g. [Measures].[Sales] ) has null data? I've tried changing my Operator to MDX and using all kinds of Filter() expressions but nothing works. I've recreated these expressions as Calculated Members so that I know my Filter expressions are doing what I expect, but nothing seems to filter out these rows.
Because I'm designing the report for re-use by less technical users, I cannot switch over to text mode (where my problem would be solved in seconds) but I can't believe there's no way to filter out a Measure in design mode. Am I missing something?