Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

SSAS Multidimensional Time Intelligence YTD calculation showing BLANK for Date level

$
0
0

Hi there,

I am working with SSAS Multidimensional Cube, basically I have defined a Time Intelligence calculations for just YTD in the Cube, the calculation was created in the Calculations tab of the cube as follows:

  

/*Year to Date*/
  (
    [Dimension Dim Time].[Calendar Dimension Dim Time Calculations].[Year to Date],
[Dimension Dim Time].[Year].Members, 
    [Dimension Dim Time].[Date].Members   


  =

  Aggregate(
             { [Dimension Dim Time].[Calendar Dimension Dim Time Calculations].[Current Dimension Dim Time] } 
             *
             PeriodsToDate(
                            [Dimension Dim Time].[Calendar].[Year],
                            [Dimension Dim Time].[Calendar].CurrentMember
             )
  )

My Calendar hierarchy is as follows:

Year -> Quarter -> Month -> Week -> Date

The problem I have is that when I am at Date level I am not getting the cumulative YTD value, instead I am just getting blank cells:


Could anyone help me defining a Time Intelligence YTD calculation that works for all levels including the Date (highlighted in yellow above)?

Thanks and best regards,

Joss


Viewing all articles
Browse latest Browse all 14337

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>