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
4 Replies
- lbendlin
Super User
what is the total relating to? Can you replace that with a measure that only works for HASONEVALUE() ?
- AlB
Community Champion
Thanks 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
Right, so a custom tooltip sounds like your only option.
- AlB
Community Champion
It does. That's what I wanted to avoid