Some say that once you have mastered the concept of context in DAX, you have mastered DAX. This is mostly true, and if you have indeed mastered context, you are a long way up the learning curve.
Context can seem a little daunting at first, but once you understand the effect that types of context have on calculations, hopefully DAX starts to make more sense. Context is how DAX applies layers of filtering to tables used in your calculations so that they return results that are relevant for every value.
Most context is automatic, but some context allows you to control the underlying data passed ...