Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Showing % with additional 00 in a column

Hi,

 

I have a column abc, data type is Whole Number where one of the value is 20. Now i want to show it as 20 % but when i  am using  Modeling tab --> Format - Percentage then it is showing me 2000 %  and if i use Standard deviation then value is showing 0.00.

.

 

Could you plz help me with this.

1 ACCEPTED SOLUTION
yelsherif
Resolver IV
Resolver IV

The value cannot be changed from whole number into % as a percentage means that the value is divided by 100.

You can do one of 3 changes:

1. create a new column to divide the values by 100, e.g. column = [abc] / 100

2. concatenate % sign to the value, but the result will be text, e.g. column = [abc] & "%"

3. change the original calculation where the value came from, e.g. abc = <calculation> / 100

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi SubhamK,

 

Whole number divided by 100 and then apply percentage format in your modelling tab. This would helps.

 

Normally Percentage format would multiply your number with 100.

 

Ex. Whole Number is 20 

 

20/100 = 0.2 

 

0.2 * 100 = 20%

 

Regards,

Pradeep

yelsherif
Resolver IV
Resolver IV

The value cannot be changed from whole number into % as a percentage means that the value is divided by 100.

You can do one of 3 changes:

1. create a new column to divide the values by 100, e.g. column = [abc] / 100

2. concatenate % sign to the value, but the result will be text, e.g. column = [abc] & "%"

3. change the original calculation where the value came from, e.g. abc = <calculation> / 100

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.