Name | Syntax | Output | Category | Description | Status |
|---|---|---|---|---|---|
| TRUE or FALSE | Information | Checks whether a value is blank, and returns TRUE or FALSE | Done | |
| Text string (measure name) | Information | Used by expressions for calculation items to determine the name of the measure that is in context | ||
| Returns a table with column statistics | Information | Returns a table of statistics regarding every column in every table in the model | ||
| Format string (e.g., "#,##0.00") | Information | Used by expressions for calculation items to apply a format string to the measure that is in context | ||
| Text string (e.g., "user@domain.com") | Information | Returns the user principal name | ||
| Text string (object ID) | Information | Returns the current user object ID | ||
| Text string (e.g., "en-GB") | Information | Returns the culture code of the current user | ||
| Text string (e.g., "DOMAINUsername") | Information | Returns the domain name and username from the credentials given to the system at connection time | ||
| Text string (e.g., "CustomData123") | Information | Returns the value of the CustomData property in the connection string | ||
| Measure value (variant) | Information | Used by expressions for calculation items to reference the measure that is in context | ||
| TRUE or FALSE | Information | Returns TRUE when columnName or another column in the same or related table is being filtered | ||
| Modified table expression | Information | Marks a value filter in SUMMARIZECOLUMNS function as not affecting measure values | ||
| TRUE or FALSE | Information | Returns TRUE when the number of directly filtered values on columnName is one | ||
| TRUE or FALSE | Information | Returns TRUE when columnName or another column in the same or related table is being filtered | ||
| TRUE or FALSE | Information | A boolean function that emulates the behavior of a Start At clause and returns true for a row that meets all the condition parameters | ||
| TRUE or FALSE | Information | Checks if a table is empty | ||
| TRUE or FALSE | Information | Returns TRUE when the context for columnName has been filtered down to one distinct value only | ||
| TRUE or FALSE | Information | A boolean function that emulates the behavior of a Start At clause and returns true for a row that meets all the condition parameters | ||
| TRUE or FALSE | Information | Returns true when the specified column is the level in a hierarchy of levels | ||
| TRUE or FALSE | Information | Checks whether a value is a text string and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if the number is odd | ||
| TRUE or FALSE | Information | Checks whether a value is numeric and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if the number is even | ||
| TRUE or FALSE | Information | Checks whether a value is text and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is an error and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is a number and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is an integer and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is not text and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is an integer and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if the specified string contains any of the specified substrings | ||
| TRUE or FALSE | Information | Checks whether a value is a currency value and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if the specified value is a date/time value | ||
| TRUE or FALSE | Information | Checks whether a value is a Boolean value and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if the specified string contains the specified substring | ||
| TRUE or FALSE | Information | Checks whether a value is a decimal number and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Checks whether a value is a logical value and returns TRUE or FALSE | ||
| TRUE or FALSE | Information | Returns TRUE if a row of values exists or contained in a table | ||
| TRUE or FALSE | Information | Returns true if values for all referred columns exist, or are contained, in those columns | ||
| TRUE or FALSE | Information | Creates another column in a SUMMARIZE expression that returns True if the row contains subtotal values for the column given as argument, otherwise returns False. | ||
| TRUE or FALSE | Information | Checks whether a value is a floating-point number, and returns TRUE or FALSE. | ||
| TRUE or FALSE | Information | Used by expressions for calculation items to determine the measure that is in context is one of those specified in a list of measures. |