Forum Discussion
bourne2000
Helper V
4 years agoGetting wrong value when I convert the column in decimal in Power query?
Hi I am having below column called "Amount" which is in Text type I am trying to convert this column in decimal number in Power Query and getting below values. It replaces the decimal v...
- 4 years ago
Hi bourne2000
Right click in the column header and try using Change Type -> Using Locale
Then select Decimal Number and the locale of the origin of the data
Regards
Phil
PhilipTreacy
Super User
4 years agoHi bourne2000
How are you doing the conversion? By clicking on the ABC icon in the column header and choosing Decimal Number?
If you do this then you should get a step with the code
= Table.TransformColumnTypes(Source,{{"Amount", type number}})
Are you seeing this?
Can you share your data file?
Regards
Phil
bourne2000
Helper V
4 years ago