Which DAX function calculates a measure for every row of a table and returns a table?

Power BI Medium

Power BI — Medium

Which DAX function calculates a measure for every row of a table and returns a table?

Key points

  • ADDCOLUMNS modifies tables by adding new columns
  • SUMX is used for summing the product of two columns
  • SUMMARIZE groups data and performs aggregation
  • SELECTCOLUMNS returns a subset of existing columns

Ready to go further?

Related questions