Forum Discussion
pierre415
9 years agoHelper I
Prevent Scientific Notation
I'm dealing with some ID numbers that show up fine in Excel but get converted to Scientific Notation whenever I import them in PBI, which also changes the numbers for some reason. Is there any way to...
- 9 years ago
Just started working actually, I added a * to the column in excel and then removed it in PBI!
Greg_Deckler
9 years agoCommunity Champion
I'd like to play around with that, how big does the number have to be in Excel?
- pierre4159 years agoHelper I
Just started working actually, I added a * to the column in excel and then removed it in PBI!
- v-chuncz-msft9 years agoCommunity Support
Glad to hear that you've solved this problem. You could help accept it as solution. Your contribution is highly appreciated.
- CasperLehmann8 years agoFrequent Visitor
We have a similar problem. Some zeros in Tables and Matrices appear with scientific notation, dispite being set to Integer.
We solved it by rounding to two decimals with ROUND([measure], 2), and then changing the format to 'Whole number' in the Modelling tab.