Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
I got a problem in power bi where my dates in the csv file is changed when I imported the csv file into power bi
Solved! Go to Solution.
Hi @ty_34 ,
The reason for this problem is that if a flat file is imported into powerbi, it follows the default date format in the control panel.
Then, you can change Date type like blew code in Power query or change it directly in Control Panel->region.
= Table.AddColumn(#"Changed Type", "Year", each Date.Year([#"Date (YYYY-MM-DD)"]), Int64.Type)
For more details, you can refer to below blog:
Power Query date format (How to + 5 tricky scenarios) (exceloffthegrid.com)
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ty_34 ,
The reason for this problem is that if a flat file is imported into powerbi, it follows the default date format in the control panel.
Then, you can change Date type like blew code in Power query or change it directly in Control Panel->region.
= Table.AddColumn(#"Changed Type", "Year", each Date.Year([#"Date (YYYY-MM-DD)"]), Int64.Type)
For more details, you can refer to below blog:
Power Query date format (How to + 5 tricky scenarios) (exceloffthegrid.com)
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @ty_34
Thats not a problem, open it in Power Query and transform it as you wish.
Regards
Amine Jerbi
If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
38 | |
27 | |
17 | |
16 | |
8 |
User | Count |
---|---|
46 | |
38 | |
34 | |
16 | |
16 |