I have the following calculation in a cube:
SUM(YTD([Time].[Year - Month].CurrentMember),[Measures.[AMOUNT])
It's pretty simple: it just finds the TYD of Revenue. But what I need is for it to only calculate YTD revenus up to the current month. As it is now, it calculates YTD until the end of the year.
For example, we're currently in March. The revenue to date is let's say $15M. Now when I graph Revenue YTD, it will display $15M for every month of the year after March, although those months haven't happened yet.
Ideally, it should only show revenue through March. Once March becomes April, then April revenue YTD is displayed / returned.
I'm sure it's pretty simple but for the life of me can't figure it out!
A. M. Robinson