I have two separate "statements" that I need combined to be in the same named set within BIDS. I'm having syntax issues. Here are both:
TAIL({NULL: StrToMember('[Date].[Year - Quarter - Month - Date].[Month].['+VBA!Format(now(), 'MMMMM yyyy')+ ']').ITEM(0)}, 2)
TAIL({NULL: PARALLELPERIOD([Date].[Year - Quarter - Month - Date].[Year], 1, StrToMember('[Date].[Year - Quarter - Month - Date].[Month].['+VBA!Format(now(), 'MMMMM yyyy')+ ']').ITEM(0))})
Help?