SELECTCOLUMNS is a function that adds computed columns to a table or a table expression.
SUBSTITUTEWITHINDEX returns a table that depicts a left semijoin of the two input tables.
SUMMARIZE generates a summary table for the totals requested over a collection of groups.
SUMMARIZECOLUMNS creates a summary table for a bunch of data.
Returns a table with one or more columns by using the Table Constructor.
TOPN returns the supplied table's top N rows.
TREATAS filters columns from an unrelated table using the result of a table expression.
UNION From two tables, it creates a union (join) table.
VALUES returns a single-column table containing the unique values from the supplied table or column.
ROLLUP modifies SUMMARIZE's behaviour by adding rollup rows to the result on the columns specified by the groupBy columnName argument.
ROLLUPADDISSUBTOTAL modifies the behaviour of SUMMARIZECOLUMNS by adding rollup/subtotal rows based on the groupBy columnName columns to the result.
Within an ADDMISSINGITEMS statement, ROLLUPISSUBTOTAL pairs rollup groups with the column added by ROLLUPADDISSUBTOTAL.
ROLLUPGROUP modifies SUMMARIZE and SUMMARIZECOLUMNS behaviour by adding rollup rows to the result on columns given by the groupBy columnName argument.
ROW returns a table with a single row containing the values that each column's expressions produce.
Preparing for the Power BI exam? Check out Power BI Course Content now!