Default

Use the Default expression type to assign the default value when the source is blank. Otherwise, it assigns the source value.

Use parameters that follow this form: default(Dimension, "Default Value"). For example, to assign the default value "Working" to the user-defined "Version" dimension, specify: default(UD1, "Working") as the expression. In this example, the result is: Working.