Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Display Full column value in stacked column chart

I feel like this is either incredibly simple or downright impossible. I grabbed the below image off Google, but it's basically what I have. Is there a way to display the exact amount of the entire co...
  • v-huizhn-msft's avatar
    9 years ago

    Hi Anonymous,

    For stacked column chart, we only can display the individual amount. You can use line and stacked column chart. You can create a measure using the following formula, and add it as line values.

    amount=CALCULATE(SUM(Table[value]))


    For example, I create the following sample table.



    Create measure using the formula: Measure11 = COUNTA(Table1[physicians]), then add it as line values.



    Best Regards,
    Angelia