Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I have a table I'm bringing in to Power BI. One of the columns that is being brought in to Pwer BI is a decimal number...but in Character Format. The issue is, when I convert these Characters to percentages....the new values do not make any sense and the decimal place is incorrect. I'm trying to avoid adding a calculated column because the table is huge and I do not want to make the file any larger than it already is. Here is an example of the data:
Name Value
Andy 7.1
Bob 8.2
Dan 1.3
WhenI convert the value column from ABC to % in Edit Queries this is the result:
Name Value
Andy 710%
Bob 820%
Dan 130%
I want the result to be:
Name Value
Andy 7.1%
Bob 8.2%
Dan 1.3%
I need these values to be true percentages because I'm building out other metrics that are dependant on these values being actual percentages.
Is there a way to specify the decimal place in Edit Query without having to create a custom column?
Thank you
Solved! Go to Solution.
Hi @Anonymous
divide the values by 100 and format this value in percent.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
Right. I was hoping there was some kind of transformation already built n Power BI so I could avoid creating a new column with the expression [Value] / 100 but I don't think that is a capability.
@Anonymous I am fairly certain that you can use the math operations to perform the math on the same column. Select column, choose divide from the math operations and enter 100. In Power Query Editor.
Hi @Anonymous
divide the values by 100 and format this value in percent.
With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)
@Anonymous In Power Query, divide those values by 100 and then display them as percentages.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
66 | |
65 | |
56 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
42 | |
39 |