If you have a dataset with multiple measures (and no dimensions in the pivot) and want to plot them on a dual-axis chart in the same visualization but faceted, here’s a trick for you.
Step-by-step instructions
- Prepare a dataset with multiple measures,
Order Count
andTotal Sale Price
. - Select
Options
→Swap rows and columns
to transpose your dataset to work better with the faceting approach - Toggle to
chart
the data. Select the bar chart visualization type.-
Add
Measure Name
to theRows
orColumns
in theSmall multiples
vis configuration section. -
Add the
Measure value
to the Left axis. -
This will result in multiple plots per measure on the rows or columns (whichever you choose).
-
By selecting the
Small multiples
options, you’ll have the option to select independent axes.
-