I have a requirement to show a report in a pivot view where the 'Quarter Period' (Q1,Q2,Q3,Q4) would be on the columns to show 3 or more measures (C1,C2,C3,C4) under each 'Quarter Period', for the 4previous quarter periods which is perfectly fine. Now the challenge is, as per the requirement, there should be additional 2 columns (C5,C6), that is calculated from the existing columns (C1,C2,C3,C4), which should only show under the last 'Quarter Period' i.e. (QP4) and not any other 'Quarter Period' (Q1,Q2,Q3). Also, is it possible to have one column name for a column (C1) in one 'Quarter Period' (Q1) and a different name in other 'Quarter Periods' i.e. (Q2,Q3,Q4). Not very sure if this requirement can be achieved, have tried several workarounds with column CSS style and duplicating columns from the result view, but no luck.