Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I was working with Power BI 2019 and had no problems importing tab delimited files. However I was recently updated to 2021 (January). Now on the import process, the power query editor will not recognize the tabs and chooses the delimiter of commas. I click connect and go nowhere because it only reads the first column of the SAP data.
I checked the source formula for the Power BI 2019 file that I made (now in Jan 2021 Power BI). The source formula shows as follows:
= Csv.Document(Parameter1,[Delimiter=" ", Columns=25, Encoding=65001, QuoteStyle=QuoteStyle.None]) (The Delimter here is not spaces but rather an actual result of hitting "tab" on the keyboard)
I checked the source formula for the Power BI 2021 file (made in Jan 2021 Power BI). The source formula shows as follows:
= Csv.Document(Parameter1,[Delimiter="#(tab)", Columns=1, Encoding=65001, QuoteStyle=QuoteStyle.None])
I went in to my source formula and changed the "Columns" to 25 so now the Power BI 2021 formula shows like this:
= Csv.Document(Parameter1,[Delimiter="#(tab)", Columns=25, Encoding=65001, QuoteStyle=QuoteStyle.None])
This seems to fix my issue temporarily.
My question is what is causing this? Are there are any permanent work arounds where we don't have to interfere with the Source formula? I ask this as many of my colleagues are not advanced Power Query users. Additionally, we have many files where we don't always know how many columns are in them when we're importing into Power BI. It would be best for us to have the power query editor load correctly like it did in Power BI 2019. Also, I can't update my version any further at this time as I work for a bureaucratic group and such updates are wrapped in red tape.
Thank you for your help!
-M
You can omit the Columns= part entirely. It is there mostly to protect you from upstream changes (let's say you are usually getting 25 columns but all of a sudden the upstream system sends 25000)
Can you post a sanitized sample file? Are you sure your data is UTF-8 encoded?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
7 | |
7 | |
6 | |
6 |