View Single Post

   
  #2 (permalink)  
Old 02-27-2008, 06:05 PM
Edmo
 
Posts: n/a
Default Re: MDX expression in MSAS



Marius Dumitru [MS] wrote:
> Please consider using the PeriodsToDate function, e.g.:
>
> Create Member MyCube.Measures.SumAmount As 'Sum(PeriodsToDate(Time.Year),
> Measures.Amount)'


thanks very much,
looks, it works
I made my own expression but much more complicated and it had some bugs.
I felt a little ashamed when I saw how easy it can be.
thanks once again

Edmo

Reply With Quote