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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello
I have a problem with import from CSV. The decimal separator is a dot, but the import PQ will change some values to date. For exaple 11.44 is paź.44 (short month name and short year).
I know the problem is in polish regional setting but I coudent find right settings.
Can you help me please?
Solved! Go to Solution.
I found an error in the csv file. All you had to do was open csv in excel and save, then csv converted some numbers into text "paź.44". Unfortunately . It is not conected with Power BI and regional setings.
Thank you all for your advice and help, it will help in the future.
I found an error in the csv file. All you had to do was open csv in excel and save, then csv converted some numbers into text "paź.44". Unfortunately . It is not conected with Power BI and regional setings.
Thank you all for your advice and help, it will help in the future.
Hi, @Leski
I'd like to suggest you specify the culture for Table.TransformColumnTypes function.
Table.TransformColumnTypes(table as table, typeTransformations as list, optional culture as nullable text) as table
You may try to add 'en-US' for the third parameter of the function as below.
= Table.TransformColumnTypes(Source,{{"Test", type number}},"en-US")
About the culture for each region, you may refer to the link .
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 10 | |
| 7 | |
| 6 |