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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
oakfootballclub
Helper IV
Helper IV

keep the 2 digit decimal when export a value to excel, but in table visual in Power BI is integer

Is there a setting could make it like that?

2 ACCEPTED SOLUTIONS
MFelix
Super User
Super User

Hi @oakfootballclub ,

 

Not sure what visual you are using but if you use a decimal column on the visual and then change the decimals places to 0 you will get the integer values on the visualization but on the export you get the decimal values:

 

MFelix_0-1731317235519.png

 

MFelix_1-1731317245455.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

Uzi2019
Super User
Super User

Hi @oakfootballclub 

You can simple change the whole number to decimal after loading data to power bi.

 

1) select your column

2) go to column property

Uzi2019_0-1731318549314.png

 

 

3) change data ype to decimal by entering 2 in decimal place.

 

Uzi2019_1-1731318595610.png

 

 

4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.

 

Uzi2019_2-1731318679735.png

 

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @oakfootballclub ,

 

Thanks for @Uzi2019  and @MFelix replies.

 

@oakfootballclub You can also try DAX as follows.

Measure  = FORMAT([Column],"0.00")

 

 

Best regards,

Mengmeng Li

Uzi2019
Super User
Super User

Hi @oakfootballclub 

You can simple change the whole number to decimal after loading data to power bi.

 

1) select your column

2) go to column property

Uzi2019_0-1731318549314.png

 

 

3) change data ype to decimal by entering 2 in decimal place.

 

Uzi2019_1-1731318595610.png

 

 

4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.

 

Uzi2019_2-1731318679735.png

 

 

I hope I answered your question!

 

 

Don't forget to give thumbs up and accept this as a solution if it helped you!!!
MFelix
Super User
Super User

Hi @oakfootballclub ,

 

Not sure what visual you are using but if you use a decimal column on the visual and then change the decimals places to 0 you will get the integer values on the visualization but on the export you get the decimal values:

 

MFelix_0-1731317235519.png

 

MFelix_1-1731317245455.png

 


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors