Which DAX function is used to iterate over a table and return a single scalar value by applying an expression to each row?

Power BI Hard

Power BI — Hard

Which DAX function is used to iterate over a table and return a single scalar value by applying an expression to each row?

Key points

  • SUMX combines iteration and aggregation
  • FILTER only filters rows
  • ADDCOLUMNS adds new columns without aggregation
  • GENERATE creates new tables

Ready to go further?

Related questions