T O P I C R E V I E W |
1nopcop |
Posted - 02/07/2018 : 15:32:58 Hi Admin: I want to design an OLAP report where I can compare Annual date of services for the past three years to see the change in services over time. I would like the output to look like below so that I can make a graph showing the %change: Rows Columns Months Years 2015 2016 2017 Jan 150 250 300 Feb 100 125 150
Our Cube allow for date of service by year, month but I have not been able to figure out a way of doing it like above. Any help would be great. Thanks
|
1 L A T E S T R E P L I E S (Newest First) |
admin |
Posted - 02/07/2018 : 21:40:30 Please try using the PrevMember MDX function. For example:
[Measures].[Sales] / ([Measures].[Sales], [Date Dim].[Years].PrevMember) |
|
|