Forum Discussion
Microsoft Mashup Oledb.1
I have to update a spreadsheet every month via power pivot/query. This month I get the error Microsoft.Mashup.OleDb.1 provider is not registered on the local machine. It won't refresh the data. What could have possibly happened? Any help is greatly appreciated. Thanks
5 Replies
- BhaveshPatelSuper User
Most Probably, Your location of the file has changed. If so, reset the filepath to make it work.
- bertaron2000New Member
I appreciate the answer but the file location hasn't changed. Could it be possible our companies Microsoft Office hasn't been updated yet?
- BhaveshPatelSuper User
if you use Power Query to load your data into data model then any upgrade of the model from Power Pivot will be problematic. Depending on the type of Power Query source you are usually able to import the metadata of the Power Pivot model but you will not be able to refresh the data through the Power Query connection manager defined.
scheduled data refresh for data loaded to Power Pivot via Power Query is not yet supported.
As a workaround, you can follow the below steps:
- Build a Power Query and save results to Excel worksheet
- Build a new Workbook containing Power Pivot Data model
- Import the Excel worksheet as a table created during Step 1
- The Excel file created in Step 1 source will continue to be refreshable in PowerPivot using PowerQuery and it will be possible to edit the table source as well.