Hi, i am new to SSRS reporting but have been put on a customer project for building SSRS reports. I have worked on SSAS but little weak on SSRS.
I have an SSAS cube that has a measure called "Revenue" and a Dimension called "Time", having a hierarchy Year > Quarter > Month. My client has asked me to prepare a report which gives current quarter (can be put as a selection)
and previous quarter revenues. For example, if i select the current quarter as Q1-2013, then he is also expecting the report to show Q4-2012 revenue number alongside.
Format is as follows. I need someone to help me in understanding how this can be achieved. I am told by client manager that the cube cannot be modified by us. I need to handle this in SSRS. I am confused whether I need to add a calculated member or not, but what MDX formula is to be used.
Year | 2013 |
Quarter | Q1 |
Revenue - this quarter | Revenue - previous quarter |
$100,000 | $90,000 |