multidimensional-cube

MDX query works but ignores the EXCEPT clause

非 Y 不嫁゛ 提交于 2020-01-25 08:08:00
问题 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

MDX query works but ignores the EXCEPT clause

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-25 08:06:12
问题 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

SSAS Calculated Member Aggregation Issue

与世无争的帅哥 提交于 2019-12-11 13:48:46
问题 I have a very simple Calculated Member: CREATE MEMBER CURRENTCUBE.[Account].[Account Parent].&[NA_1].[Beginning Subscribers] AS -[Account].[Account Parent].&[Beginning_Subscribers] However, the Parent doesn't seem to calculate or simply ignores the Calculated member in Excel. See below: It should look like this: Account Dimension This is the MDX on the Excel side: Select /* Grid - 'Sheet1'!$A$1 */ Non Empty {[Calendar Month].[Calendar Month Parent].&[2018-11],[Calendar Month].[Calendar Month