Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello everyone.
I am running a python script and I have realized that even when my script is empty, after running it the following problem occurs:
Power Query changes text types to decimal and this type changing results in an additional zero.
This is the column before running the script:
This is it after running the script:
In my applied steps, after running the script, there is a "Changed Type" step, when I remove it the numbers go to this:
why is this happening?
can someone help me?
Thanks in advance.
Sincerely
Solved! Go to Solution.
Seems to be a locale mismatch. Some cultures use a dot as the decimal separator while others use a comma. Make sure your culture settings match between Power Query and Python.
Seems to be a locale mismatch. Some cultures use a dot as the decimal separator while others use a comma. Make sure your culture settings match between Power Query and Python.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 20 | |
| 14 | |
| 11 | |
| 10 | |
| 9 |