The list below presents all DAX Language articles sorted chronologically.
Articles (14)
DAX Language - SWITCH Function
A.Baddane | April 07, 21
The SWITCH function evaluates an expression against a list of values and returns one of multiple possible result expr...
Read More →DAX Language - IF Function
A.Baddane | April 07, 21
The IF function checks if a condition provided as the first argument is met. Returns one value if the condition is TR...
Read More →RELATED and RELATEDTABLE Functions
A.Baddane | April 06, 21
RELATED and RELATEDTABLE return a related value from another table or evaluate a table expression in a context modifi...
Read More →DAX Language – SUM and SUMX Functions
A.Baddane | April 05, 21
The SUM and SUMX functions are used to calculate the sum of a column or an expression. The function takes as its...
Read More →DAX Language - FILTER Function
A.Baddane | April 04, 21
The Filter function is used to return a subset table of an expression or a table.The FILTER function is generall...
Read More →The DAX language
A.Baddane | April 03, 21
The Data Analysis Expressions (DAX) language is used to build formulas and expressions in several Microsoft Products....
Read More →