Table manipulation
CURRENTGROUP
CURRENTGROUP is a DAX function that provides access to the subtable representing the current group in a GroupBy function and can only be used inside … Read More
SELECTCOLUMNS
SELECTCOLUMNS is a DAX function that returns a table with selected columns from an existing table and new columns defined by DAX expressions. Syntax Argument Properties … Read More
NATURALLEFTOUTERJOIN
NATURALLEFTOUTERJOIN is a DAX function that joins two tables using left outer join semantics based on common columns. Syntax Argument Properties Description LeftTable The Left-side table … Read More