cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
aaditya2000
Helper II
Helper II

Display numbers in percentage

Hello:

 

As shown below i have values in percentage, i want to know how i can display as percentage in Power BI where i can see % inside chart.

 

Any help is greatly appreciated.

 

Thanking you inadvance.

 

Thanks

Regards

Jay

 

 

 

VOLUME_IN_PERCENT
57.91
59.87
89.97
75.15
65.5
52.3
77.79
67.47
73.1
81.34
67.35
75.95
89.84
70.17
75.21
84
82.32
1 ACCEPTED SOLUTION
spuder
Resolver IV
Resolver IV

@aaditya2000

 

the easiest way would be to add a calc. column just with 

 

New Percentage = Table1[Volumne_in_Percent] & "%"

But this will give you text and you can't continue to calculate with these values.

 

 

the cleaner way is to transform your column in Power Query using Division by 100.

 

Then all your values become decimal values and you can change the format to Percentage

View solution in original post

1 REPLY 1
spuder
Resolver IV
Resolver IV

@aaditya2000

 

the easiest way would be to add a calc. column just with 

 

New Percentage = Table1[Volumne_in_Percent] & "%"

But this will give you text and you can't continue to calculate with these values.

 

 

the cleaner way is to transform your column in Power Query using Division by 100.

 

Then all your values become decimal values and you can change the format to Percentage

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors