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
Power Query, Is there anyway to convert a number to a percentage without adding a new column?
Sample Data:
| Convert to Percentage |
| 100 |
| 50 |
| 31 |
| 87 |
Solved! Go to Solution.
You can just adjust the data type, e.g. via the data-type-button in the column header (at the left).
Otherwise, various options on the "Transform" tab adjust data without adding a column.
So if you need to divide the results by 100, go to the Transform tab - Standard - Divide.
You can just adjust the data type, e.g. via the data-type-button in the column header (at the left).
Otherwise, various options on the "Transform" tab adjust data without adding a column.
So if you need to divide the results by 100, go to the Transform tab - Standard - Divide.
First suggestion didn't work but the second did... Thanks Marcel!
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.