Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 value
Again I tried to convert into fixed decimal
Here the decimal points are not coming correctly. Can you please advise why this is happening? My data comes from SQL server
Solved! Go to Solution.
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
Proud to be a Super User!
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
Proud to be a Super User!
@bourne2000 , seem like because of a regional setting comma, is a decimal seprarator.
Not the full stop/dot (.)
So replace . with , first and then try to convert
Hi @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
Proud to be a Super User!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |