Forum Discussion
AlB
Community Champion
2 years agoTotal in tooltip for stacked column chart
Hi all,
The standard tooltip in a stacked column chart shows the total at the bottom.
Is there a way to eliminate that Total (without resorting to a Report page tooltip)?
Thanks
AlB
Community Champion
2 years agoThanks lbendlin
If you use the legend, say it's country A, B, C, the bar will be split in the sales for A, B, C
The total is the sales for A+B+C in each bar. The tooltip will by default show the sales for the country the mouse is hovering over plus the total.
We could add that measure that only works when HASONVALUE() is true, but the "default" Total will still be shown
lbendlin
Super User
2 years agoRight, so a custom tooltip sounds like your only option.