Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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?
Hi, @dats
Based on your description, I created data to reproduce your scenario.
Table:
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:
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@dats ,
refer if this can help
https://radacad.com/showing-the-total-value-in-stacked-column-chart-in-power-bi
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.