08. Table Manipulation

Create virtual tables, group data, and combine datasets in memory.

SUMMARIZE
Group data by columns and calculate aggregations (Like a Pivot Table).
👉
ADDCOLUMNS
Add calculated columns to an existing table expression.
👉
CROSSJOIN
Generate every possible combination of two tables (Cartesian Product).
👉
UNION
Stack two tables with the same structure on top of each other.
👉
⬅ Back to DAX Menu