The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
Solved! Go to Solution.
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.
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,