Context transition in DAX explained visually
This article describes the DAX context transition using a conceptual model based on a visual representation. Read more
This article describes the DAX context transition using a conceptual model based on a visual representation. Read more
One of the few golden rules in DAX is to always filter columns and never filter tables with CALCULATE. This article explains the rationale behind the rule. Read more
This article shows how you can highlight a single value in visual when comparing the distribution of a measure for one value versus all others. Read more
This article describes the DAX row context using a conceptual model based on a visual representation. Read more
This post introduces the four time-related calculations patterns presented in this website The goal here is to help you choose the right pattern based on your specific needs Indeed when it comes to time-related calculations the choice of the pattern… More on DAX Patterns
Optimizing DAX is the state-of-the-art book on optimizing DAX expressions in Power BI and Analysis Services semantic models.
Learn how to locate performance bottlenecks, read the query plan and performance metrics, rewrite the slower part of an expression, and measure the performance improvements. Read more