Forum Discussion

Yass91's avatar
Yass91
New Member
1 year ago
Solved

Error when combining excel files from sharepoint

Hi, I have an issue every time a new excel file is added to my Sharepoint folder. My Power BI automatic update crashes when a new file is added in the Sharepoint folder. In Power Query, I found tha...
  • jennratten's avatar
    jennratten
    1 year ago

    Hello Yass91  - you are getting this error because your have a step in the transform sample file query that explicitly mentioning a column named CLIENT. It must exist in the file used as the sample file but it is not present in the new file.  This is why you get the error when the function is invoked.  If the column is not needed, you can edit the transform sample file query to eliminate the reference to the CLIENT column.  If the column is needed then you must add it to the new files.

     

  • Omid_Motamedise's avatar
    1 year ago

    It might be caused due to the formula you have wrtien in the custom column.
    you should convert the Binary file into table using the following fomrula first then can handle some cleaning process

    Excel.Workbook([Content], null, true)