Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi,
I am importing a CSV file containing more than 700K in Power Query. However, I am also getting null in my date column in
PQ. Although I have checked the date in my source CSV file, there is not a blank date in the date column.
Can you please help me how to fix it?
Solved! Go to Solution.
In the step of extracting data from csv rewrite the formula as bellow
Text.Csv(
File.Contents("C:\YourFilePath"),
[Delimiter=",", Columns=8, Encoding=65001, QuoteStyle=QuoteStyle.Csv]
In the step of extracting data from csv rewrite the formula as bellow
Text.Csv(
File.Contents("C:\YourFilePath"),
[Delimiter=",", Columns=8, Encoding=65001, QuoteStyle=QuoteStyle.Csv]
not there. click on the settings icon next to the "Source" step.
Thank you @lbendlin for the response.
I am still unsure and seeking your advice. Please let me know what option I should choose while importing CSV file data in Power Query. Please refer to the screenshot below.
change your CSV ingestion to "ignore quoted line breaks" and make sure you use the correct encoding.
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 |
|---|---|
| 9 | |
| 7 | |
| 6 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 11 | |
| 9 | |
| 8 |