I\'m using this query in MDX for a calculated measure topcount(nonempty([StatusPlanes].[Status].Status.members,[Measures].[Planes]),1)(0).member_caption
Im using this query in MDX for a calculate measure开发者_如何学Go topcount(nonempty([StatusPlanes].[Status].Status.members,[Measures].[Planes]),1)(0).member_caption
In TSQL I can do Select Column1, Column2, \'\' as Column3, 0 as Column4 From MyTable I am trying my MDX as:
This is how I am creating my moving totals as columns in my cube: MATTY (Moving Annual Total This Year)
I\'m using SQL Server 2005 Analysis Services and I\'m trying to calculate distance inside of an MDX query - so that I can get counts of the items that are near my current location.I\'ve created a dime
I am lookin开发者_如何学Gog for SSAS cube and MDX (Multidimensional Expressions) sites like our StackOverflow site.
Environment: SQL-Server-2005, SSAS 2005 I am using the following formula to create a Moving Annual Total
We have a two-cube solution built in AS 2008 that works like this: an Industry cube that contains Widget data for all clients, and a Client cube that contains Widget data & shares several (but not