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
We have a number field which is transferred to number datatype using
ChangedNumberTypes = Table.TransformColumnTypes(ChangedDateTypes,{ {"CIF_number_01", type number}, {"CIF_number_02", type number}, {"CIF_number_03", type number}, {"CIF_number_04", type number}, {"CIF_number_05", type number}, {"CIF_number_06", type number}, {"CIF_number_07", type number}, {"CIF_number_08", type number}, {"CIF_number_09", type number}, {"CIF_number_10", type number}...})
Here when value is passed to one of the column as `10155495739930353`, its getting round off to `10155495739930350`
In powerBI knowledgebase, we have checked number data type range which looks within the limit.
We would like to understand this conversion and would like to know if we can fix this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.