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
v-srekom
Microsoft Employee
Microsoft Employee

ToolTip for the values of matrix visual without rounding-off

While working with matrix visual, even though after turning on the Tooltip, I am not able to show the full value of rounded value in a matrix. Please find the following images below for clarification:

v-srekom_1-1597692720643.png

v-srekom_0-1597692687411.png

But this is working fine for column charts as shown below:

Capture.PNG

 

Will you suggest me over this?

3 REPLIES 3
Anonymous
Not applicable

Hi @v-srekom ,

Did I answer your question ? Please mark my reply as solution. Thank you very much.

If not, please upload some insensitive data samples and expected output.

 

Best Regards,

Eyelyn Qin

Anonymous
Not applicable

Hi @v-srekom ,

According to my understanding, you want to see the Integer part in matrix and  full value in tooltip, right?

You could follow the steps below:

1.Create a new page tooltip1 and set its Page Size as Tooltip and make a visual in it.

  About how to create a tooltip, please go to https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-tooltips2.

2.Using the formula to keep the integer part of the Value field and create a matrix based on the measure.

integerPart =
FORMAT ( SELECTEDVALUE ( 'Tool'[Value] ) / 1000, "0K" )

3.Select the matrix visual , enable the tooltip and set Page as tooltip1

Then the visualization looks right like this:

8.18.5.png

Is the result what you want? If not, please upload some data samples and expected output.

Please do mask sensitive data before uploading.

 

Best Regards,

Eyelyn Qin

amitchandak
Super User
Super User

@v-srekom , this just auto-formatting . Go and setting formatting at the measure level.  Or try report tooltip page.

Set formatting using column and measure tools

Data Format New Rib.png

 

report tooltip

https://docs.microsoft.com/en-us/power-bi/desktop-tooltips

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.