SSAS-Info.com - Microsoft SQL Server Analysis Services (SSAS) 2005/2008 resource hub
SSAS Tips If you can, list in SELECT statement real measures first and calculated measures after
If you can, list in SELECT statement real measures first and calculated measures after
User Rating: / 1
PoorBest 
Wednesday, 23 May 2007 18:37
If you can, in SELECT statement list real measures first and calculated measures after. This will increase performance because measures used to build calculated measures might already be in the cache.