You can order date dimension in descending order by setting OrderByAttribute property
User Rating: / 1
PoorBest 
Monday, 05 January 2009 00:22

Analysis Services does not provide a way to sort dimension members in DESCending order, only in ASCending order. Fortunately, this sort functionality is easy to implement, using the Data Source View.

Read more...
 
Comments (1)
1 Thursday, 10 May 2012 14:51
DAOUI Youssef
Hi,
If you want to sort a dimension member you can use a nice trick by adding to your source table a new column and than use this SQL commande to populate it : ROWNUMBER() OVER ( ORDER BY your_column desc)

Tags: tip
 

Report Portal