Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
NJ81858
Helper IV
Helper IV

ToolTip 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 the beginning of each increment on the X-Axis. I have a column in my table that shows just the beginning of the time increment, and another that shows the whole range for that increment.

 

For example, this is how I want the chart to look while just viewing the chart:

TVC1.PNG

 

And this is how I want the ToolTips to show up when the viewer hovers over a column:

TVC2.PNG

 

The current issue is that the ToolTips are the same as the x-axis, so I can't have different ToolTips and Axis labels, any help would be greatly appreciated! Thank you in advance!

2 REPLIES 2
kamberbi
Frequent Visitor

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.

kamberbi_0-1675697999501.png

Ps. SELECTEDVALUE only works if there is one value. If there are more than you would need to use MAX Or MIN.

 

@kamberbi 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?

TVC3.PNG

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.