Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
abukapsoun
Post Patron
Post Patron

PowerBI not detecting new Excel columns

Hi, 

 

I have a dashboard based on an excel sheet. However once I add aditional column to excel, powerBI is not detecting it. 

I tried the following post 

https://community.powerbi.com/t5/Desktop/Power-Bi-does-not-detect-newly-added-columns-to-connected-c...

 

but could not find the delimiter option in advanced editor

 

any suggestions please 

2 REPLIES 2
Seban
New Member

I was facing the same problem. The issue was i had removed all the other columns except the Columns i needed Earlier in Power Query. Check in the Applied steps box on the Right whether you have "Removed other columns" as a step. If you have that just remove that and you can see all the columns in source file. 

adudani
Super User
Super User

hi @abukapsoun ,

when the file is in the csv format

the source step looks like :

= Csv.Document(File.Contents("filepath"),[Delimiter=";", Columns=17, Encoding=65001, QuoteStyle=QuoteStyle.None])

 

when its in excel format to a sheet, it looks like:

= Excel.Workbook(File.Contents("filepath"), null, true)

In this case, the Navigation step should contain the whole imported sheet's contents.

 

if the file is converted to .csv and you get data from it, you will find the "delimeter" option.

Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to drop me a Kudos 🙂
Kind Regards,
Avinash

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.