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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
graefs
Frequent Visitor

Tooltip not matching data label

Hi. I am having trouble matching my custom tooltip with the value displayed in line graph.

 

Sample_PBI.jpg

 

Measure 1:

Container Count = Count(Sheet1[Container])
 
Measure 2:
Total Containers = CALCULATE([Container Count],ALLSELECTED(Sheet1[SSL]))
 
Final Measure:
% of Volume = [Container Count]/[Total Containers]
 
Sample Data:
 
graefs_0-1705008999510.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @graefs ,

The value displayed by the custom tooltip is related to the value of the visualization in the page. 

Below like this:

vxiandatmsft_0-1705385257501.png

Because the card visual directly contains the sum of all data objects, it appears 100% directly.

It is recommended that you do not use a custom tooltip, a normal ttooltip can change completely with the current value.

vxiandatmsft_1-1705385367342.png

Best Regards,

Xianda Tang

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

4 REPLIES 4
Anonymous
Not applicable

Hi @graefs ,

The value displayed by the custom tooltip is related to the value of the visualization in the page. 

Below like this:

vxiandatmsft_0-1705385257501.png

Because the card visual directly contains the sum of all data objects, it appears 100% directly.

It is recommended that you do not use a custom tooltip, a normal ttooltip can change completely with the current value.

vxiandatmsft_1-1705385367342.png

Best Regards,

Xianda Tang

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

I agree. I think using the default tooltip is the only way to use display the value I'm looking for. I don't like the normal tooltip as it will show the same value twice.

 

Example:

% of Volume  0.25

% of Volume  0.25

jjudy
Helper I
Helper I

Wouldn't that need to be an ALL and not an ALLSELECTED?

Anonymous
Not applicable

Looking at your sample data, aren't you dividing 12 by 12 to arrive at 1, or 100%? Do you need to use the DISTINCTCOUNT function in one of your measures?

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.