Browse by Tags

All Tags » Analysis Servic... » mdx
  • MDX ratio of "current parent" issue

    Every now and then on the SSAS MSDN forum, the issue of doing a generic ''ratio to parent'' calculation comes up. Unfortunately there are a number of problems with the premise of giving users a generic ''ratio to parent'' measure. The first is that the concept of ''parent'', by definition, requires a hierarchy and SSAS 2005 supports multiple ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 26, 2008
  • A Rose by any other name - MDX Formatting

    A little while ago Jamie posted about how he formats SQL code which happens to be quite similar to the way I do it. But this then lead me to think about the equivalent formatting for MDX. So if I get MDX like the following:with member measures.ptd as 'sum(periodstodate([Date].[Calendar].[Month], [Date].[Calendar].currentmember),[Measures].[Sales ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 15, 2008
  • Building a better DMV

    Following along on my recent theme of exploring the metadata rowsets and the new Dynamic Management Views (DMV) in SSAS 2008. I have added a new DMV function to the Analysis Services Stored Procedure project (www.codeplex.com/ASStoredProcedures) which is included in the v1.2 release that I put out just before Christmas. This all started off when ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on January 30, 2008