Forum Discussion

jtjones0304's avatar
jtjones0304
Frequent Visitor
6 years ago
Solved

Alternate Measure for Data Labels in a Column Chart

I am trying to create a column chart which uses a percentage measure for the column values in a column chart but display the absolute values as data labels.  I've also added a constant line at 100% f...
  • jtjones0304's avatar
    jtjones0304
    6 years ago

    Thank you for the quick response.

     

    I figured out a workaround.  What I'm ultimately looking for is to display different data labels than the measure used in values and want the labels to display at the bottom of the chart.  

     

    1. I created a combo chart with the alternate data label measure as the line
    2. Set line stroke width to zero
    3. Set the secondary Y axis label text to white to match the background to make it dissappear
    4. Set the secondary Y axis minimum value to a very large number to force the line, and the labels, to the bottom of the scale
    5. Instead of using 100% line, used a stack bar with the remaining % to 100%.