I am creating a quite simple capacity tool, having data such as Supplier Name, Available Capacity, Month, Ordering Entity, Country and Actual Order Value. I created PivotTable from which i am creating a PivotChart with Axes Values by Month and Value (Sum of actual Order Value and I put by now Avearge of Capacity). I am filtering by Contry, Supplier and Ordering Entity.
In table Capacity value of course stayes the same every month so in grath it is creating problem as it Sum it up. If I want to take a look at each supplier than Avearge of Capacity solving the problem (as it is the same). However, this solution does not work if i want to look at several suppliers.
So how can I create a capacity line which would now sum up the overall capacity from every month ?