I have data in excel and i need show in a pivot table some data with filters of the user,
The problem is that i need show 5 columns:
month Users revenue messages Arpu
And i add in my pivot table the 5 columns in my Axis fields i have month, and in my Values i have the sum of the (users, revenue, messages, Arpu), i need show all columns because are very informative. But the problem is that now i need do a chart in columns, by i need the graph only the month vs Arpu, by if i insert the chart this create the columns with all values.
How can i do to do the graph in my pivot table only with a specific column?
Thanks