In DAX, what is the difference between row context and filter context?

Power BI Hard

Power BI — Hard

In DAX, what is the difference between row context and filter context?

Key points

  • Row context is row-specific, while filter context is table-wide
  • Calculated columns create row context, whereas slicers create filter context
  • Iterators and CALCULATE() further differentiate these contexts
  • Each context affects calculations uniquely

Ready to go further?

Related questions