In this tutorial, we’ll learn about evaluation context in DAX. Evaluation or initial context is the environment from which your dynamic calculation is based from. It’s important to understand how evaluation context works and how it affects your DAX calculation. So in the next section, I want to show you the different ways to create
Tag: filter propagation
The most important concept in understanding DAX is context. There are three main types of context: the evaluation context, the filter context, and the row context. You may watch the full video of this tutorial at the bottom of this blog. When DAX calculates something in Power BI, it works via a two-step process. At