Forum Discussion

manojk_pbi's avatar
manojk_pbi
Helper V
2 years ago
Solved

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. Another point how do we add Total on top of Bar and % of each value.

 

Sample Data

ProjectTypeBudgetForecastActual
P1PROD10010050
P2SERV15015025
P3SERV10010045
P4SERV25025025
P5PROD10010060
P6PROD12012080
P7PROD250250150
P8PROD20020090

Output

 

  • 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.

     

     

2 Replies

  • 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.