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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
dats
Resolver I
Resolver I

Data labels in Stacked column and line chart Visual

Dears,

 

I have a stacked column and line chart in use in which I would like to hide the line and just show the data labels for the line chart as this represents the total for the stacked column chart. I do know how to hide the line and show the data labels but I can only find  myself aable to either hide it all or show all data labels. Is this even possible to just show the line chart totals or am I just unable to find the settings for it?

2 REPLIES 2
v-alq-msft
Community Support
Community Support

Hi, @dats 

 

Based on your description, I created data to reproduce your scenario.

Table:

b1.png

 

If you want to hide the line. You may go to the 'Format' tab, and under Shapes, set the Stroke width to zero.You may create a measure to calculated the total value for line chart as below.

Value2 total = CALCULATE(SUM('Table'[Value2]),ALL('Table'))

 

Result:

b2.png

 

Best Regards

Allan

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

amitchandak
Super User
Super User

@dats ,

refer if this can help

https://radacad.com/showing-the-total-value-in-stacked-column-chart-in-power-bi

https://www.youtube.com/watch?v=TV6YRmLYd9s

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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.

Top Solution Authors