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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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