Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am wishing to get a pivot table to show the totals for the years.
For example, I can get my pivot table to show the monthly values. However, I wish to get the annual totals as the end of the pivot as shown below.
Hello,
so you need to create a special calendar.
The field from your normal calendar (Jan-21) = the month himself (Jan-21)
also the month = year
load
Monthname,
Monthname as MonthYear
resident Calendar.
Year as MonthYear
The user MonthYear as dimension in your pivot.
Regards