If you can, list in SELECT statement real measures first and calculated measures after
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.
Tags: tip