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
The Related distinct count pattern is useful whenever you have one or more fact tables related to a dimension and you need to perform the distinct count of column values in a dimension table only considering items related to transactions… 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