Forum Discussion

Nicki's avatar
Nicki
Icon for Helper III rankHelper III
5 years ago

Adding a label to data point when hovering over X Axis data in line chart

Hello

When I am hovering over X axis data in line chart, the tooltip is showing the value of data point in the X axis.

X axis has integer number as  second and I want to replace “73” to “Second: 73” in tooltip.

Is it possible to do it?

or I have to go with tooltip page?

 

Thanks

6 Replies

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

    Nicki  You can create a measure like Tooltip_text = "Second " & [value] and then put it in the tooltip. It should work for you

    • Nicki's avatar
      Nicki
      Icon for Helper III rankHelper III

      Thaks for response.

      How do I make invisible the first one and measure displays in the first line of tooltip? 

      In this case, there is  "73" and "Second 73".

      73 is coming from data and Second 73 from tooltip.

       

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

        Nicki I guess you will have to use custom tooltip in that case. I am not sure there is an option to disable few data points from tooltip.