In the previous section, we learned that part of the process of executing a DAX query results in the calculation engine producing a logical query plan and a physical query plan. In addition, when attempting to optimize a slow DAX query it helps to understand which elements are carried out by the formula engine and which are carried out by the storage engine. To help us with both processes, we're going to look at using DAX Studio, a third-party tool that we've looked at briefly in previous chapters.
Once you have installed DAX studio, you will be able to create links to tabular ...