Forum Discussion

AlB's avatar
AlB
Icon for Community Champion rankCommunity Champion
2 years ago

Total 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

  • what is the total relating to?  Can you replace that with a measure that only works for HASONEVALUE() ?

    • AlB's avatar
      AlB
      Icon for Community Champion rankCommunity 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's avatar
        lbendlin
        Icon for Super User rankSuper User

        Right, so a custom tooltip sounds like your only option.

  • AlB's avatar
    AlB
    Icon for Community Champion rankCommunity Champion

    It does. That's what I wanted to avoid