![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
You may create calculated member like this: iif(IsEmpty([Measures].[YouMeasure]),[Dates].PrevMember,[Measures].[YouMeasure]) Note, this formula use recursion to obtain latest non empty value Vladislav Beliaev |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Hi and thanks for your response I don't get there really with this MDX - maybe I'm missing something. This is only giving me the previous member in the time dimension if my value is null. If the previous member also is null I will get null in this field as well. I would like it to find the latest value with a number that occured before the date I'm on. This thing you write about recursion how do I perform that? Best regards Martin Kihl "VBeliaev" wrote: You may create calculated member like this: iif(IsEmpty([Measures].[YouMeasure]),[Dates].PrevMember,[Measures].[YouMeasure]) Note, this formula use recursion to obtain latest non empty value Vladislav Beliaev |
![]() |
| Thread Tools | |
| Display Modes | |
| |