Don't ignore the Context Transition in #dax
Almost 3 years ago I wrote an article with the rules for DAX code formatting. If you quickly look at the article, you might think that it is all about readability of the code, and this is fundamentally true. But there two rules that have a particular importance for performance, too: Never use table names for measures Always use table names for column reference Even when you define a calculated column within a table
Tags: dax