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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello! I would like to round the calculated percentages in a column into a matrix
Here it is:
Since having 2 decimals is not relevant in my case, I'd like to have
44%
25%
20%
11%
100%
Any ideas ?
PS: I can't load the image...
Solved! Go to Solution.
Hi @Maxfran
1. Click on the visual and go to the Visualization pane.
2. In visualization pane click on Format (Paint brush like icon).
3. Then go to the Field Formatting.
4. Click on the fields which you want round off.
5. Make value of Decimal places as 0
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Hi @Maxfran
1. Click on the visual and go to the Visualization pane.
2. In visualization pane click on Format (Paint brush like icon).
3. Then go to the Field Formatting.
4. Click on the fields which you want round off.
5. Make value of Decimal places as 0
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
Thanks! I was going mad!