Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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:
But this is working fine for column charts as shown below:
Will you suggest me over this?
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
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:
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
@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
report tooltip
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.