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
Currency conversion is a complex scenario where both the data model and the quality of the DAX code play an important role There are two kinds of currencies the currency used to collect orders and the currency used to produce… 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