Is it possible to compare a previous fiscal week to a previous fiscal month and then overlay the dates so they align?
Something like this...
Has anyone out there tried anything like this before? Perhaps a blog or a tutorial? Perhaps someone here can help me?
I'm great at T-SQL but fall short in MDX as I don't have much experience with it.
[Measures].[Session Count] \\ my measure
[Dim - Date].[Fiscal Hierarchy].[Fiscal Month] e.g. [Dim - Date].[Fiscal Hierarchy].[Fiscal Month].&[FY2014-M01] \\ ex. of my fiscal hierarchy
[Dim - Date].[Fiscal Hierarchy].[Date].&[2005-03-22T00:00:00] \\ ex of fiscal hierarchy
I would want to create 5 separate graphs showing this trending for each of the 5 regions from the region Hierarchy..
[Dim - Live Title].[Region].&[NW]
Is there any other information I can provide which would help in assisting me?
Any help is greatly appreciated...
-C