Suppose I have a [Sales] cube which has a [Store] level and a store has a "type" property. Which query should I use for showing the sum of sales for all the stores of type "Supermarket"? (e.g. You sold 6M $ in all stores of type "Supermarket")
|
feedback
|
|
If you want to access member properties, you can use You would have to create a custom set which first filtered and then aggregated all the members of the [Store] level which matched the property value "Supermarket". My MDX skills are a bit rusty...
| |||
|
feedback
|
|
If you wanted to use the "type" property in queries you would be better to make it a browseable attribute. | |||
|
feedback
|