Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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
but could not find the delimiter option in advanced editor
any suggestions please
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.
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |