Forum Discussion
Display % Total and Total in same Bar Chart
- 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.
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.
- benjikj_mcsp6 years agoFrequent Visitor
Yes, this worked pretty much perfectly. I was so nearly there with the Combo chart, and even did click down to reduce the line size, but didn't think it could go down to 0. So close!
Thank you!
Benji
- Anonymous6 years agoNot applicable
Hi,
Looking to create a visual report in Power BI to compare the number of times people have picked a category. Due to the number of categories to compare(7) I have tried using the Bar Chart. The only issue is I want to display the data with the number of picks and the percentages of that pick as part as a total.
Is there a way I could do this in Bar chart?
I could do this in Pie chart but it seems like the bar chart could only allow you to do one or the other
Thanks
- MFelix6 years agoSuper User
Hi Anonymous ,
Can you share a sample data and expected result?