If I run this query
SELECT
[Measures].[EMPLOYEE Recordable Case Rate] ON COLUMNS,
[DIM TIME].[YEAR - QUARTER - MONTH].[2006].[Q1]: [DIM TIME].[YEAR - QUARTER - MONTH].[2010].[Q1] on ROWS
FROM
[NH_INCID]
WHERE {[Business Component].[Region].[Novelis North America]}
It gives records starting from 2006 Q1, 2006 q2,2006 Q3, 2006 Q4------2010
Is there any way to fetch only Q1 of each year ie, of 2006,2007,2008,2009,2010 ?