Table manipulation
SUBSTITUTEWITHINDEX
SUBSTITUTEWITHINDEX is a DAX function that returns a table representing the semijoin of two tables with common columns replaced by a 0-based index column. Syntax Argument … Read More
SUMMARIZECOLUMNS
SUMMARIZECOLUMNS is a DAX function that creates a summary table with requested totals over a set of groups. Syntax Argument Properties Description GroupBy_ColumnName Optional, Repeatable A … Read More
SAMPLEAXISWITHLOCALMINMAX
SAMPLEAXISWITHLOCALMINMAX is a DAX function that returns a sample subset by binning the primary X-Axis into equal-sized bins and preserving local min/max for each bin across … Read More
ROLLUPISSUBTOTAL
ROLLUPISSUBTOTAL is a DAX function that pairs up rollup groups with columns added by ROLLUPADDISSUBTOTAL. Syntax Argument Properties Description GrandtotalFilter Optional Filter to be applied to … Read More
ROLLUPADDISSUBTOTAL
ROLLUPADDISSUBTOTAL is a DAX function that identifies a subset of columns in the SUMMARIZECOLUMNS function to calculate groups of subtotals. Syntax Argument Properties Description GrandtotalFilter Optional … Read More
ROLLUPGROUP
ROLLUPGROUP is a DAX function that identifies a subset of columns in the SUMMARIZE function to calculate groups of subtotals. Syntax Argument Properties Description GroupBy_ColumnName Repeatable … Read More