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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
WKN
Helper I
Helper I

Line chart tooltip to show only one value (x,y) when hovered over the specific line data point.

I have a set of raw data with the following data columns that makes up a multiple line chart.

x-axis: Power on Time

y-axis: Measurement

Serial Number: SN

Data Grouping: Group

 

Line chart that plot all x, y data points were able to show tooltip data accurately when hovering over the data point. It is showing accurately the x, y values and its corresponding SN for every data point. However, if a slicer with Group is added to filter the line chart to show only 1 group of data, tooltip will show a different value than where the cursor is positioned. 

Is there a way to show the exact x,y value and its corresponding SN at the cursor location on the line chart? I have also tried dynamic / custom tooltip and this don't work either. 

 

Tooltip showing accurately the x, y datapoint value where the cursor is positioned when all data is plotted.Tooltip showing accurately the x, y datapoint value where the cursor is positioned when all data is plotted.

 

Tooltip not showing the actual x, y datapoint value where cursor is positioned when data is filtered to Group 1 in the dataset.Tooltip not showing the actual x, y datapoint value where cursor is positioned when data is filtered to Group 1 in the dataset.

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @WKN ,

I create the same visual as you mentioned.

vyilongmsft_0-1715589974435.png

I think you can create a calculated column and it will show you all about what you want to show. Here is the DAX code.

Column = 'Table'[Time] & + "+" &  'Table'[Thing] & + "+" & 'Table'[Measurement]

vyilongmsft_1-1715590494236.png

Since the other four values are present by default, they cannot be removed, but it is possible to create only one Measure or Calculated Column.

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
VijayP
Super User
Super User

@WKN  The tool tip is showing correctly! 

When you have not selected any slicer value it shows the average of all but when you select any specific slicer item

it shows the individual value.

 

If you want a better expereince , try creating Custom Tooltip and show case the info accordingly

https://www.youtube.com/watch?v=hamC5sYfsH8&list=PLWQB3PEUJKRn1Y_s8whVWEoPPZa6Wm8B6&index=4&pp=gAQBi...




Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
MY Blog || My YouTube Channel || Connect with me on Linkedin || My Latest Data Story - Ageing Analysis

Proud to be a Super User!


Is there a way to show the exact x,y value and its corresponding SN at the cursor location on the line chart when only 1 group of data is selected from the slicer? Meaning not showing the average of all but the exact x,y value. 

Anonymous
Not applicable

Hi @WKN ,

I create a table as you mentioned.

vyilongmsft_0-1715146852995.png

Then I put it in the line chart.

vyilongmsft_1-1715146917451.png

When I use slicer, it will also show me tooltips.

vyilongmsft_2-1715147059424.png

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi, 
Thanks for your response and the attached file. I extended the data in your sample data to better replicate my dataset then updated the line chart. 

 

NumberGroupThingTimeMeasurement
1AAA5820
2AAB58-20
3AAC5830
4AAA4340
5AAB430
6AAC4360
7AAA2360
8AAB2340
9AAC2390
10BBD6710
11BBE67-10
12BBF6720
13BBD6530
14BBE6510
15BBF6540
16BBD2150
17BBE2140
18BBF2160

 

The tooltip will show the value of Time and list all Measurements for every Thing.

Is there a way to show only one Measurement when the cursor is hovering on just one Thing in the Line Chart?

Line chart tooltip list all Measurements when cursor is at Thing = C.Line chart tooltip list all Measurements when cursor is at Thing = C.

 

 

FYI I did not enter any parameters in the Tooltips section because then the tooltip appearance in the visual becomes very messy.

Anonymous
Not applicable

Hi @WKN ,

I create the same visual as you mentioned.

vyilongmsft_0-1715589974435.png

I think you can create a calculated column and it will show you all about what you want to show. Here is the DAX code.

Column = 'Table'[Time] & + "+" &  'Table'[Thing] & + "+" & 'Table'[Measurement]

vyilongmsft_1-1715590494236.png

Since the other four values are present by default, they cannot be removed, but it is possible to create only one Measure or Calculated Column.

 

 

 

Best Regards

Yilong Zhou

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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