Forum Discussion
manojk_pbi
2 years agoHelper V
Stacked Bar Chart - Help
Hi, I am trying to create a Stacked Column chart like below, I am not able to get it right. Any suggestions ? Below chart should honour the selections based on Project or other dimensions. Anoth...
- 2 years ago
Your data is not in a usable format. Unpivot it.
Then enable Totals labels
Then create a percentage measure and add it to the Detail area
Careful, you risk trying to do too much. Make sure your users understand the visual.
lbendlin
2 years agoSuper User
Your data is not in a usable format. Unpivot it.
Then enable Totals labels
Then create a percentage measure and add it to the Detail area
Careful, you risk trying to do too much. Make sure your users understand the visual.
manojk_pbi
2 years agoHelper V
Thanks lbendlin for the solution. This is exactly what i am looking.