Forum Discussion

prathijp's avatar
prathijp
Helper I
1 year ago
Solved

Dataflow Gen2 Misreads Excel File – Encoding or Format Issue

I’m trying to read and transform an Excel file stored in a SharePoint folder into a Lakehouse table using Dataflow Gen2 in Microsoft Fabric. I’m using the SharePoint Folder connector, and while the ...
  • v-nmadadi-msft's avatar
    1 year ago

    Hi prathijp ,
    Thanks for reaching out to the Microsoft fabric community forum.

    In Power Query, use the Excel.Workbook([Content]) function. After connecting through the SharePoint Folder, locate the file’s binary content and apply this function to correctly decode the workbook structure. This ensures the Excel file is interpreted and loaded properly.

    I hope this information helps. Please do let us know if you have any further queries.
    Thank you