Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Anonymous
Not applicable

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 column? So far, all data labels only display the amount of the individual pieces making up the column.

 

Capture.PNG

1 ACCEPTED SOLUTION
v-huizhn-msft
Microsoft Employee
Microsoft Employee

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.

1.PNG

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

2.PNG

Best Regards,
Angelia




View solution in original post

1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

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.

1.PNG

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

2.PNG

Best Regards,
Angelia




Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.