I have an Excel pivot table connecting to an OLAP cube with a report looking something like
Jan Feb Mar .........Dec
Revenue 55 32 65..........45
I'd like to add extra columns YTD and YTG etc. These are already calculated measures in my cube, but when they are added to the Pivot table, not surprisingly, the months are repeated for each measure.
I just need the columns at the end like
Jan Feb Mar .........Dec YTD YTG
Revenue 55 32 65..........45 654 30
Is this possible?