i want to use the dimension value as calculated measure
case when [time].[month].current member is
[time].[month].&[januaray] then 'januaray'
when [time].[month].&[feb] then 'feburary'
else 'None' end
i want to display for these 12 months values as measures