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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Krishna09
Helper III
Helper III

External table is not in the expected format --- while import .XLS file from sharepoint

 

 

Hello all,

 

I have power automate flow, it trigger on email received and saves attahments from ZIP file to sharepoint.

The file in zip file is in .xls. 

 

 

below image Advanced editor:-

Krishna09_1-1694439929416.png

below image is error.

 

Krishna09_0-1694439533269.png

 

option- 2 

I have tried to import excel file using dataflow in dataverse. then it gave below error.

Krishna09_2-1694440025863.png

DataSource.NotFound: Excel Workbook: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. The 64-bit version of the Access Database Engine OLEDB provider may be required to read this type of file. To download the client software, visit the following site: https://go.microsoft.com/fwlink/?LinkID=285987.

 

after looking into many posts, I intalled access database engine 64 bit  and redistibutor of 2010. 

I tried to install 2016 version, but it didnot install as my MS office is32 bit (but my power BI is 64 bit) in local drive. 

but this solution didnot work. 

after looking further, I understood it should be installed in database source. how is it possible. 

 

Main goal .-  I need to import this .xls file in any of the power query(power bi desktop or dataflow in dataverse succesfully). 

 

2 REPLIES 2
Krishna09
Helper III
Helper III

Hi @BA_Pete ,

I have tried it as well. 

then in power query below error is shown.

Krishna09_0-1694444068222.png

In PA, I converted to .csv then the data is converted to html and html code is saved in csv file.

 

Below is my PA flow,

extracting the file from zip and saving this file as .xls

 

Krishna09_1-1694444707818.png

Krishna09_2-1694444838239.png

 

BA_Pete
Super User
Super User

Hi @Krishna09 ,

 

You can update your PA Flow to convert the .xls file to .xlsx.

IIRC, I've done something similar in the past with flow steps like this:

Get File Metadata (<Identifier>)

Get File Content (<Identifier>)

Create File (as ~.xlsx) (<File Content>)

Delete File (<Identifier>)

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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

Top Solution Authors