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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Anonymous
Not applicable

Enquiry an incorrect data column

The user has combine all data in one column including numbers and percentages. In the bar chart, it has displayed the percentage correctly. However, when i hover the chart, the percentage is multiple by 100. eg 80% become 8000%. 

 

I have attempted to create another column with %, the problem still persist. Is there a quick fix that I can use?

 

Is format code a solution?

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

My quick solution is just to turn off the tooltip. In this way, the user will not see the incorrect value without making the case too complicated. (It is very oddward it the presenter/enduser see that as this does not add any value in the result)

View solution in original post

10 REPLIES 10
v-ssriganesh
Community Support
Community Support

Hi @Anonymous,

Thanks for sharing the update. We glad to hear that your issue has been resolved.

Your insights and workaround will definitely help other members who might experience similar percentage formatting issues.

We appreciate your contribution, please continue using the Microsoft Fabric Community Forum whenever you need help or want to share feedback. We're always here to support you.

Anonymous
Not applicable

Many thanks for all the contributions. 

Kedar_Pande
Super User
Super User

@Anonymous 

 

Convert your percentage column to a decimal number

Format the column as Percentage in the Modeling tab - no format code needed

 

If it’s a measure, use DAX:

Measure = DIVIDE(SUM(Table[Value]), 100)

 

If this answer helped, please click Kudos or Accept as Solution.
-Kedar
LinkedIn: https://www.linkedin.com/in/kedar-pande

Anonymous
Not applicable

My quick solution is just to turn off the tooltip. In this way, the user will not see the incorrect value without making the case too complicated. (It is very oddward it the presenter/enduser see that as this does not add any value in the result)

PhilipTreacy
Super User
Super User

@Anonymous 

 

Looks like your Value column is rounded?  Are the percentages created from the Value column?

 

If so, just divide the Value by 100, the result being a decimal. 

 

Percentage = [Value] /100

 

PhilipTreacy_0-1764649304568.png

 

Percentages are stored as decimals in PBI, they are just displayed as a % by selectign the column and clickin the % symbol in the Formatting area

 

PhilipTreacy_1-1764649378569.png

 

PhilipTreacy_2-1764649563927.png

 

 

Regards

 

Phil

 

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Anonymous
Not applicable

If i do that, the % when I hover the chart is correct, but the chart values display are not correct. I guess this may be due to the format used in the same column. 

epang0714_0-1764653610452.png

Newcolumn = Data[Value]/100
pankajnamekar25
Super User
Super User

Hello @Anonymous 

 

try this dax for calculated column

PercentageValue =
VAR CleanValue = SUBSTITUTE([YourColumn],"%","")
RETURN VALUE(CleanValue)/100

 


If my response helped you, please consider clicking
Accept as Solution and giving it a Like 👍 – it helps others in the community too.


Thanks,


Connect with me on:

LinkedIn

 

Anonymous
Not applicable

IN the matrix table, power bi display the value correctly. However, the chart becomes decimal. 

 

epang0714_0-1764648753450.png

 

epang0714_1-1764648783755.png

 

Anonymous
Not applicable

in the calculated column, here is the format "#.#"%"

@Anonymous , first of it should have been a measure not a column. Also, we can control format at Report, Visual and element level. I doubt the label format is the issue here 

 

amitchandak_0-1764665751498.png

 

Value of Data Label

amitchandak_1-1764665787277.png

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.