Hi there,
Newbie here - tip of the hat to y'all.
Situation:
Sales Cube. We sell tablets in many pack sizes. We have PackSize as a dimension, so we can see how many 1 packs, 6 packs, 12 packs etc that we sell.
This is expressed in a PackSales measure, which shows how many packs were sold.
We now wish to add another measure which shows total tablets sold.
Aha, I think, calculated member! I've done this before, but only using measure * measure, or measure / measure. Never where it's dimension * measure, or measure / dimension.
I guess it's unusual for a dimension to be numeric.
So, really I'm looking for a calculate member where, theoretically:
([Measures].[Sales Quantity]*[dimension].[Pack Size])
How is this possible?
Newbie here - tip of the hat to y'all.
Situation:
Sales Cube. We sell tablets in many pack sizes. We have PackSize as a dimension, so we can see how many 1 packs, 6 packs, 12 packs etc that we sell.
This is expressed in a PackSales measure, which shows how many packs were sold.
We now wish to add another measure which shows total tablets sold.
Aha, I think, calculated member! I've done this before, but only using measure * measure, or measure / measure. Never where it's dimension * measure, or measure / dimension.
I guess it's unusual for a dimension to be numeric.
So, really I'm looking for a calculate member where, theoretically:
([Measures].[Sales Quantity]*[dimension].[Pack Size])
How is this possible?