Recent Articles
DAX Language - CONTAINS Function
The CONTAINS function returns a boolean value, TRUE if each specified value can be found in the corresponding columnName, or are contained, in those columns, ot [...]
DAX Language - RANKX Function
The RANKX function returns a single integer value that represents the rank of an expression in the list of values for each row in the table argument. The defaul [...]
DAX Language - AND and OR Functions
AND/OR functions check whether all arguments are TRUE or one of the arguments is TRUE, and return a single boolean value depending on the combination of values [...]