Hi All,
I have created a New Named Calculation Field in SSAS , in Data Source View as : "Inception_Month" , I used below formula
datename(Month,inception_date) + ' - ' + datename(Year,inception_date) [ Note: inception_date is Date type Field in the Table]
Currently the values in this field are not sorted, When users access cube using Excel, they want to see this field values are sorted as:
April - 2007
May -2007
June - 2007
...........
How to achieve this please?
Mira