I need to perform a calculation in SSAS which only applies to the current and future months (it can\'t be applied retrospectively using the available data).
I can do thi
CREATE SET CURRENTCUBE.[Current And Future Months] AS { StrToMember("[Dim Date].[Calendar].[Month].&[" + Format(now(), "yyyyMM") + "]"):NULL }