Forum Discussion
NJ81858
Helper IV
3 years agoToolTip Different than Axis Label
Hello, I have a bar chart that counts the number of sales for the day in 30 minute increments and I want the reader to be able to see that they are 30 minute increments while still only having th...
Anonymous
3 years agoNot applicable
You can create a simple measure on Column 2
Selected Column 2 := SELECTEDVALUE ( 'Table'[Column 2] )
And then place it in the tooltips formatting pane.
Ps. SELECTEDVALUE only works if there is one value. If there are more than you would need to use MAX Or MIN.
NJ81858
Helper IV
3 years agoAnonymous When I do that, the normal time that is present on the axis is still present in the ToolTip, is there any way to remove this?