I have a table that contains a list of dates for planned and dispatched orders, the table looks like this -
What I am trying to do is generate a pivot table from this. The issue I'm having is that I only want it to be filtered by each individual place (in this case Uberherrn and Willebroek)
This is the pivot table that is produced.
Is it at all possible to be able to filter to show only 2 columns for Planned and Dispatched for each area? What my desired output would look like is the image below with the ability to change the Planned column and the Dispatch column based on a city filter (to choose Uberherrn or Willebroek to show planned and dispatched for either based on the filter)
Is this something that's possible? I've been trying to figure it out but I can't quite get it right..