Hi all,
I have a Sales cube with Sale-price measure and product dimensions. For a particular point of time, i want to see the total sales with respect to distinct products.
For example,
Prd1 sales(200$)
Prd2 sales(240$)
Prd2 sales(240$)
Prd3 sales(230$)
I want the result set to be like this.
Total sales = sales(200$) + sales(240$) + sales(230$)
If anyone have the ready-made MDX query for this, that will be grateful.
Thanks
Rahul