Hi,
I have a series of partitions in my cube that are split by each month, and I have a Reporting Period dimension that contains 2 user hierarchies:
(1) Calendar
(2) Fiscal
The calendar hierarchy is broken down into the levels
(i) Calendar Year
(ii) Calendar Quarter
(iii) Reporting Month
The fiscal hierarchy is broken down into the levels
(i) Fiscal Year
(ii) Fiscal Quarter
(iii) Reporting Month
Each partition is partitioned by the reporting month, and queries can be run using either the Fiscal reporting period or the Calendar hierarchy.
For the partition that contains all the data for the June 2016 I have the following slice property set (from the calendar hierarchy):
[Reporting Period].[Calendar].[Reporting Month].&[201606]
Given that a query could use the Fiscal hierarchy instead of the calendar hierarchy, does it matter that I add the member from the Calendar hierarchy? Is there a way to use both of these i.e.
[Reporting Period].[Calendar].[Reporting Month].&[201606]
and
[Reporting Period].[Fiscal].[Reporting Month].&[201606]