Forum Discussion
Display Full column value in stacked column chart
- 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
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