I have a pivot table where I filter the data by month. The thing is I need a total column for all months. Is it possible to somehow ignore a select column from being filtered? Or maybe there is a way to achieve it using calculated fields.
Example:
October 500 clicks
November 600 clicks
December 1000 clicks
I use filter: November
I get a table:
google | 600
What I want to get after using this filter:
google | 600 | 2100




