MDAC 2.5 SDK - OLE DB Programmer's Reference
Chapter 25: MDX Grammar
The ability to have expressions containing nonmeasure dimension members in the <numeric_value_expression> argument of set functions is optional. For example, if Revenue and Cost are measures and USA is a member of the Geography dimension, then in set functions that take a <numeric_value_expression> argument, the support for expressions such as Revenue/3 and (Revenue - Cost)/Cost*100 is mandatory. However, support for expressions such as (USA, Sales)/3 is optional. Consumers can check the value of the property MDPROP_MDX_NONMEASURE_EXPRESSIONS to see whether a provider supports this feature.