MDX query works but ignores the EXCEPT clause
问题 I have been working on a custom dll (that is called via a custom xll / Excel Addin) to construct MDX and return 2D data. It's working nicely and I just went to work out how I add the ability to send in an exclusion list using EXCEPT. I built up a query with filtering and this query works except it ignores the EXCEPT. Anyone with more MDX than me (I'm about 2 months in haha :)) know why? Thanks Leigh WITH Member [Measures].[Book_Label] AS [Book].[Book].CURRENTMEMBER.MEMBER_CAPTION Member