Please could you assist:
fact table a) Actuals
Measure: Weekly Inflow this is the field within the underlying database table [Measures].[Weekly Inflow]
I calculate YTD Inflow using the following
Aggregate ( PeriodsToDate ( [Period End].[Period End].[Year], [Period End].[Period End].CurrentMember ), [Measures].[_Weekly Inflow] )
I want to display a new calculated measure which will show me a single YTD Inflow value only for the very last record where an actual inflow is shown. This must not be repeated as a running total just a single value. Please see the example attached: Screen shot How can i achieve this using a calculated measure? Please could you provide an example?
Date dimension: See screen shot
Please see screen shot 3 after adding the MDX. The values with the pink background should not be shown. Those with a green background need to be presented:Screen Shot 3
Screen shot 4: Additional Measure
Screen shot 5: Screen shot 5
Thank you