1 Answers1

0

Imagine you have a dataset with the following columns: Employee, Product, Total Sales, Month

  • Create a stacked column chart.
  • On the Values option put Sum(Total Sales)
  • On the Series Groups put Product
  • On the Category groups put Month (This will be your cluster - your second image)
  • On the Category groups, below Month put Employee (This will be your detail - your first image)
Joao Leal
  • 5,533
  • 1
  • 13
  • 23
  • 2
    it groups it using the category groups, but it doesn't align the bars side by side (touching each other) – trs Sep 28 '12 at 14:31