Forum Discussion
Total Labels Disappear on Stacked Column Chart with Specific Slicers
- 1 year ago
Hi amir_mm,
I guess, Stacked column Total labels only works when you have two or more segments in your stack. As soon as a slicer reduces to a single value then it disables the total-label feature.
I tried to create a DAX measure to recreate the situationa and come up with a DAX to handle the situation.
Total Labels Disappear on Stacked Column Chart with Specific Slicers.pbixIf this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated — thanks!
Best Regards,
Maruthi
Hi amir_mm,
I guess, Stacked column Total labels only works when you have two or more segments in your stack. As soon as a slicer reduces to a single value then it disables the total-label feature.
I tried to create a DAX measure to recreate the situationa and come up with a DAX to handle the situation.
Total Labels Disappear on Stacked Column Chart with Specific Slicers.pbix
If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated — thanks!
Best Regards,
Maruthi
Thanks for checking.
Yes, I noticed that when only one legend item is selected, the stacked bar chart doesn’t show the total labels. Instead, we can use data labels in a Line and Stacked Column Chart as a workaround.
Thanks again.