Forum Discussion

AnonymousPBI's avatar
AnonymousPBI
New Member
3 years ago
Solved

Stacked Bar Chart

I am trying to replicate the following visual

Since the inner values(Ex: 40,102,19) are very less unable to bring it into the bar chart visual. Is there a way to show both the outer values(Ex:160,000,00 - 402,000,000) and inner values as shown in the visual?

  • AnonymousPBI ,

    Not sure you can replicate the exact visual, but I will throw out a couple of options as to how I would tackle this:

    1) Use a Tooltip to show the smaller value.  The drawback here is the User would have to hover over each bar.

    2) Use the combo clustered line visual instead and make use of the secondary axis to show the smaller value.

     

    Regards,

2 Replies

  • rsbin's avatar
    rsbin
    Community Champion

    AnonymousPBI ,

    Not sure you can replicate the exact visual, but I will throw out a couple of options as to how I would tackle this:

    1) Use a Tooltip to show the smaller value.  The drawback here is the User would have to hover over each bar.

    2) Use the combo clustered line visual instead and make use of the secondary axis to show the smaller value.

     

    Regards,

  • Hi rsbin,
    Thank you,
    I have added both of the workarounds as suggested by you,
    Just wanted to check if we can achieve this in horizontal bar chart.