Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Is there a setting could make it like that?
Solved! Go to Solution.
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:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsYou can simple change the whole number to decimal after loading data to power bi.
1) select your column
2) go to column property
3) change data ype to decimal by entering 2 in decimal place.
4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.
I hope I answered your question!
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
You can simple change the whole number to decimal after loading data to power bi.
1) select your column
2) go to column property
3) change data ype to decimal by entering 2 in decimal place.
4) it automaticllay converts to decimal. so next time when you load the excel file it will show 2 decimal number in the table.
I hope I answered your question!
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:
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsAdvance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.