Hi,
I have tried to find a solution for this, but am struggling at the moment.
I have my cube set up with two time dimensions; one to hold Year/Month/Week/Day and the other holds Hour/Minute/Second. They are called Dim Date and Dim Time respectively.
I am trapping the a Cost Fact at a point in time, but need to aggregate what the most recent Cost is over time. Because of the "gotcha" in SSAS (http://www.artisconsulting.com/blogs/greggalloway/Lists/Posts/Post.aspx?ID=16) i haven't been able to work through this.
has anyone got any ideas on this? i did try to cross-join my date and time tables in a view in the DSV, but when i came to process it was taking ages.
please note that both my Date and Time dimensions have been set to Time and have the appropriate settings marked against each attribute (so Month = Months etc)
you can see the issue i've highlighted in red the highlighted cell in red should say 1.23 and not 45.23
thanks for taking the time to look at it.