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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I have a whole number column that I want to display as a percentage. When I change the Formatting type to percentage it adds 2 zeroes and 2 decimal places e.g. 80 --> 8000.00%, 113 --> 11300.00%, etc.
It doesn't seem like you can reduce the decimal places below zero so this is very strange behavior.
Solved! Go to Solution.
if you want 10% your value needs to be stored as 0.1. You could use the Transform > Standard > Divide in Power Query to convert the whole number to decimal, then format as percent
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Hi, @jdubs
According to your description, you only need to reformat the target column to get the desired result.
Result:
Is this the result you want? Hope this is useful to you
Please feel free to let me know If you have further questions
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
if you want 10% your value needs to be stored as 0.1. You could use the Transform > Standard > Divide in Power Query to convert the whole number to decimal, then format as percent
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Super helpful find today. Thank you!
That's perfect Allison. Thank you!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 48 | |
| 38 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |