Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
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.
| User | Count |
|---|---|
| 77 | |
| 37 | |
| 31 | |
| 29 | |
| 26 |