Does anyone know an easy way to include the Row Number in the dataset results? I am hoping to get something like this:
Row Store Sales
1 NE #11 10,000
2 SE #3 200
3 WC #22 5,000
Thanks,
Justin
Hi,
Is it possible to show two levels of a dimension in the rows?
For Example,
Product Group Product Unit Sales
Dairy Milk $100
Cheese $50
Butter $25
Produce Apples $100
Tomatoes $75...
Is it possible to iterate through a level above store to get the number of stores, aggregate for stores, and the per store averages for several measures shown in the columns? Example MDX below.
WITH
SET OrgSet as 'Descendants([Store].[All Stores].[USA], [Store].[Store State])'
SET RowSet...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.