Forum Discussion

benjikj_mcsp's avatar
benjikj_mcsp
Frequent Visitor
6 years ago
Solved

Display % Total and Total in same Bar Chart

Hi,   I'm sure there will be another post about this, but it's very hard to search for, as searches just come up with displaying only the % Total.   I am looking for a visual/functionality whereb...
  • MFelix's avatar
    6 years ago

    Hi benjikj_mcsp ,

     

    I'm assuming that you only want to show the % as a data label correct? You do not need to have it visualy on the chart?

     

    I would do what you refer creating a combo bar and line chart however with a few adjustments:

    • Make you line size to 0 this will give you no line on your chart
    • Add data labels for the line values
    • Make secondary axis values off
    • Make the top bottom values for the sexcondary axis in a way that you can place the % on a location you think is visible

    In the example below there is a simple visualization with 3 categories and 3 values but can be adjusted to more:

     

    So as you can see making small adjustments on the visualization data labels and Y-axis is possible to make a similar presentation.

     

    Another option can be use a tooltip.