Forum Discussion
Values with many zeros
- 10 years ago
In my opinion, it is actually a develoment item regarding "float is approximate". Check Floating point inaccuracy examples and Floating point.
Thanks for sending me the pbix. In this case, try to change the "GGE in kg CO2e" from "decimal number" type to "fixed decimal number". Check the difference in Data types in Power BI Desktop.
Hi Eric,
no idea how to upload the Excel her ..
Regards,
Chris
I think M.A. is right about rounding. In my experience what displays and what is actual does vary.
Depending on where these values come from - if they are calculated then the round function in the Dax/SQL is key...but if they are from your source then you have a couple options:
*Are you sure in excel that you have explicitly formatted the column? - do that.
*Then in Power BI, in the data setting of the table/query - format it to 2 decimal places there too....
Of course if it is your source; and if you are going to be receiving new data via excel repeatedly then reformatting that column each time is a bit of a hassle so hopefully the Power BI setting will suffice.....
- ChrisPBI10 years agoAdvocate III
I formated everything to numbers with to numbers behind the decimal point. Nothing helped ..
- sdjensen10 years agoSolution Sage
ChrisPBI - what is the base datatype of your columns? The seem to be some rounding issues if you use Decimal Number datatype - I always set the datatype of my source to Fixed Decimal Number and then when creating measures I change the datatype back to Decimal Number.
- CahabaData10 years agoMemorable Member
So I can reproduce this. If one uses one of the chart visuals, using a number field - that is then optioned for the average (the default is typically the sum) - - the resulting value when you hover your cursor over a spot - - I am seeing many decimal places. And I don't see any way to limit that.
I happen to use a line chart but am assuming any chart with a number that gets optioned to be calculated as part of the visual - - I am not seeing any option to control that number format.....
It is kind of crazy to see: 23.33333333333333 so unless I am missing an aspect in the existing interface this probably should be a development item.....