location

location casts a location into a location. Used to resolve ambiguity resulting from function signatures with the same name. For example, assume you have two function signatures, and one takes a hierarchy and the other takes a measure. If the name of the hierarchy and the measure are the same, then invoking that function in a formula creates ambiguity. By explicitly casting the string with the location function, the ambiguity is resolved.

location(loc)