DAX - SUMMARIZE Statement
SUMMARIZE function returns a summary table for the requested totals over a set of groups. Readers familiar with T-SQL SELECT statement, this is the equivalent of writing a query using the GROUP BY clause.
Read more (Dax-Summarize Rollup)...