Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I import multiple excel files, for row header I added the function: "each Excel.Workbook([Content], true", now I want to import CSV files, does anyone knows what the "true" is in Csv.document? Thanks!
Solved! Go to Solution.
Hi, @Moniek
Unlike function used to access excel data, function used to return the contents of a CSV document does not contain nullable logical (true/false) values in options.
Excel.Workbook(workbook as binary, optional useHeaders as any, optional delayTypes as nullable logical) as tableCsv.Document(source as any, optional columns as any, optional delimiter as any, optional extraValues as nullable number, optional encoding as nullable number) as table
Please refer to official document about Power Query M formula language for more detail.
Best Regards,
Community Support Team _ Eason
Hi, @Moniek
Unlike function used to access excel data, function used to return the contents of a CSV document does not contain nullable logical (true/false) values in options.
Excel.Workbook(workbook as binary, optional useHeaders as any, optional delayTypes as nullable logical) as tableCsv.Document(source as any, optional columns as any, optional delimiter as any, optional extraValues as nullable number, optional encoding as nullable number) as table
Please refer to official document about Power Query M formula language for more detail.
Best Regards,
Community Support Team _ Eason
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 22 | |
| 21 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 68 | |
| 56 | |
| 42 | |
| 39 | |
| 30 |