brianjkeith
New Member
- Joined
- Oct 10, 2014
- Messages
- 1
I have a stacked bar chart in Power View with 3 elements. The challenge that I am having is that the bars are stacking opposite the legend and I would like them to match.
This is how it looks now -
<tbody>
</tbody>
I have tried setting the order differently in the data model, but this not only flips the legend, it flips the bar as well, so I end up with the opposite -
<tbody>
</tbody>
Is there a way for me to get these to match? -
<tbody>
</tbody>
This is how it looks now -
Bar | Legend |
Point A | Point C |
Point B | Point B |
Point C | Point A |
<tbody>
</tbody>
I have tried setting the order differently in the data model, but this not only flips the legend, it flips the bar as well, so I end up with the opposite -
Bar | Legend |
Point C | Point A |
Point B | Point B |
Point A | Point C |
<tbody>
</tbody>
Is there a way for me to get these to match? -
Bar | Legend |
Point A | Point A |
Point B | Point B |
Point C | Point C |
<tbody>
</tbody>