Comparison

The bar graph is one of the most common data visualizations. This is because it is simply the best way of comparing the difference in value across a single item.

  • Goal: Increase product subscriptions
  • Question: Why does a sub set of similar products not respond as positively as others in the same market?
  • Analysis: Combo chart

Getting ready

We will make use of the same Chapter 2 – Sales.qvf application used in the "Relationships" recipe.

How to do it…

  1. From the application overview click the button in the top right-hand corner and click the Create New Sheet button. Name this sheet Comparison.
  2. Once inside the newly created sheet, go to the charts asset pane How to do it… and double click the Combo chart button How to do it….
  3. Add Product Group as a dimension.
  4. Next add Sum (Sales) as the first measure. Label it Sales.
  5. Add sum ([Sales Qty]) as the second measure. Label it Sales Qty.
  6. For the Sales Qty measure:
    • Change the default display-format for the expression from Bars to Marker
    • Right below the display format options, there is a dropdown to define the axis.
    • Set the axis to secondary. Just below the axis formats there is a markers style dropdown. Select the style as Line.
  7. Under Sorting, promote Sales to the top of the list.
  8. The visualization should resemble the following image:
    How to do it…

How it works…

When it comes to comparing the magnitude of change of the values against each other, you really cannot beat a bar chart. When you need to compare multiple dimensions in the same visualization, a common approach is to stack them on top of each other. This option is available in the properties of the bar chart object.

However, this removes the length comparison we are so good at, thus making the view not as effective.

The preceding method of using symbols instead of additional bars still leaves a good focus on the comparitive length to determine the magnitude of change. This is also a more efficient use of space than creating separate visualizations to cover additional analysis.

See also

  • Highlighting the performance measure in a bar chart
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset