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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
UncleLewis
Responsive Resident
Responsive Resident

Tooltip Calculation Error

Hi all,

When I hover on a data point on a line chart the tooltip displays 26.22%
However the correct value is 25.15% (43/171)

I created 2 matrix visual to verify the values : 43 and 171
I reviewed the data in Excel, same: 43 and 171

I checked the math on my phone: 25.15%

Has anyone else seen this anomaly?
Is this a known bug?

Thanks,

-w

2 REPLIES 2
Anonymous
Not applicable

Hi @UncleLewis ,

The reason the total is showing up as 26.22% is because you're removing all the filter contexts except category,  in your measure.  Result is the slicer selection won't have any effect.

You could try something like this:

Meausre= canculate(max(),filter(all(table),   )

Obviously you end up with a hard coded threshold in this case.  Using a dynamic filter as described in this post would allow the report viewer to change the threshold.

 

If I have misunderstood your meaning, please provide the details and your pbix file without privacy information.

 

Best Regards

Community Support Team _ Polly

 

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

 

 

Arul
Super User
Super User

@UncleLewis , It would be helpful if you share some samples here.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.