Alberto Ferrari wrote a very interesting white paper about DAX query plans. We published it on a page where we’ll gather articles and tools about DAX query plans: http://www.sqlbi.com/topics/query-plans/

I reviewed the paper and this is the result of many months of study – we know that we just scratched the surface of this topic, also because we still don’t have enough information about internal behavior of many of the operators contained in a query plan. However, by reading the paper you will start reading a query plan and you will understand how it works the optimization found by Chris Webb one month ago to the events-in-progress scenario. The white paper also contains a more optimized query (10 time faster), even if the performance depends on data distribution and the best choice really depends on the data you have. Now you should be curious enough to read the paper until the end, because the more optimized query is the last example in the paper!