Forum Discussion
CluelessNewbie
1 year agoRegular Visitor
Total in Bar chart
I've checked out a few solutions to adding a bar chart with a totals column but I can't get it to work. I have a very simple set of data with a list of activities and they have are all in a specific...
- 1 year ago
You will need a disconnected table with a column containing total/overall and the categories. Please see the attached pbix
CluelessNewbie
1 year agoRegular Visitor
So I just want a bar chart like this but showing the total in a bar at the top
- Deku1 year agoSuper User
You could use a approach like this, but instead of date and average, you can use status and count.
- danextian1 year agoSuper User
- CluelessNewbie1 year agoRegular Visitor
Just a single total bar and then the bars showing the various status'
- danextian1 year agoSuper User
You will need a disconnected table with a column containing total/overall and the categories. Please see the attached pbix