Forum Discussion
Adding a label to data point when hovering over X Axis data in line chart
Nicki You can create a measure like Tooltip_text = "Second " & [value] and then put it in the tooltip. It should work for you
- Nicki5 years ago
Helper 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.
- Anonymous5 years agoNot applicable
Hi Nicki ,
If Second field which applied on X axis not used for calculation later, you can change its data type to Text type. This should achieve the results you want. Otherwise, create a new measure as suggested by negi007 and use it in Tooltips option. But it will get the problem which refer in your last post...
Best Regards
Rena
- Nicki5 years ago
Helper III
Thanks for response.
Yes, Tooltip will be Second 73 but X axis shows the following values.
second1 second2 second3 .....................
I want to have number in XAxis just tooltip displays as Second+number