Ошибки поставщика ole db excel

1- Install AccessDatabaseEngine_x64.exe or AccessDatabaseEngine.exe if you are using 32 bit version of windows (Restart is required).

2- If you are using SQL Management Studio, run Management Studio as administrator. If you don’t run it as an administrator account you will have this error (Cannot initialize the data source object of OLE DB provider «MICROSOFT.ACE.OLEDB.12.0» for linked server «(null)».

3- Run this command to configure your Database

EXEC sp_configure 'show advanced options', 1;
RECONFIGURE with override;
GO

EXEC sp_configure 'Ad Hoc Distributed Queries', 1;
RECONFIGURE with override;
GO

EXEC master . dbo. sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0' , N'AllowInProcess' , 1
GO

EXEC master . dbo. sp_MSset_oledb_prop N'Microsoft.ACE.OLEDB.12.0' , N'DynamicParameters' , 1
GO

4- Don’t use ‘select * from sheet1$’ in OPENROWSET function. Try this code.

select * from OPENROWSET('MICROSOFT.ACE.OLEDB.12.0', 'Excel 12.0;HDR=YES;DATABASE=D:test.xlsx', sheet1$)

If still you have (32 bit) error, try to restart your SQL service and check your C:WindowsTemp and see do you have access to this directory or not.

Как разрешить «Не удалось найти устанавливаемый ISAM». ошибка для поставщика OLE DB «Microsoft.ACE.OLEDB.12.0»

Яндекс.Директ

СМС рассылка без абонплаты!

Решения LoRaWAN для ЖКХ и города

Получите Допуск СРО! Акция — От 55т.р!

Я пытаюсь импортировать данные из файлов Excel 2007 (.xlsx) в SQL Server 2008 с помощью команды T-SQL OpenRowset() с поставщиком OLE DB «Microsoft.ACE.OLEDB.12.0» , и я получаю постоянная ошибка «Не удалось найти устанавливаемый ISAM». Все аппаратные средства 32-разрядные.

[Пересмотрено 1/10/12, чтобы попытаться более резко сосредоточиться на аномалиях)

Следующий оператор T-SQL создает ошибку:

SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0’,

‘Data Source=C:workTestData.xlsx;Extended Properties=»Excel 12.0 XML;HDR=YES»‘,

‘SELECT * FROM [Sheet1$]’

)

Если я сохраню файл Excel в формате Excel 97-2003 (.xls) и использую более старый поставщик Microsoft.Jet.OLEDB.4.0 для импорта данных, он работает нормально. Это заставляет меня думать, что это не проблема безопасности или другая экологическая проблема.

SELECT * FROM OPENROWSET(‘Microsoft.Jet.OLEDB.4.0’,

‘Excel 8.0;Database=C:workTestData.xls;HDR=YES’,

‘SELECT * FROM [Sheet1$]’

)

Однако, когда я пытаюсь создать файл *.xls с поставщиком Microsoft.ACE.OLEDB.12.0, который должен быть обратно совместим с форматом *.xls, он снова терпит неудачу с той же ошибкой:

SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0’,

‘Data Source=C:workTestData.xls;Extended Properties=»Excel 8.0;HDR=YES»;’,

‘SELECT * FROM [Sheet1$]’

)

Кроме того, интересно, когда я использую мастер SSMS «Импорт данных…», он отлично работает. Я сохранил вывод мастера импорта данных в виде пакета SSIS и просмотрел файл SSIS, чтобы попытаться выяснить, как он работает, и он успешно использует поставщика Microsoft.ACE.OLEDB.12.0. Это строка соединения из пакета SSIS:

<DTS:Property DTS:Name=»ConnectionString»>

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:workTestData.xlsx;Extended Properties=»Excel 12.0 XML;HDR=YES»;

</DTS:Property>

Я также выполнил соответствующую конфигурацию SQL Server, чтобы разрешить распространенный запрос OPENROWSET:

sp_configure ‘show advanced options’, 1

reconfigure

GO

sp_configure ‘Ad Hoc Distributed Queries’, 1

reconfigure

GO

Если я также установил следующие значения * sp_MSset_oledb_prop * (которые я нашел в сообщении где-нибудь)…

USE [master]

GO

EXEC master.dbo.sp_MSset_oledb_prop N’Microsoft.ACE.OLEDB.12.0′, N’AllowInProcess’, 1

GO

EXEC master.dbo.sp_MSset_oledb_prop N’Microsoft.ACE.OLEDB.12.0′, N’DynamicParameters’, 1

GO

… тогда ошибка изменится на «Unspecified error»:

OLE DB provider «Microsoft.ACE.OLEDB.12.0» for linked server «(null)» returned message «Unspecified error».

Msg 7303, Level 16, State 1, Line 1

Cannot initialize the data source object of OLE DB provider «Microsoft.ACE.OLEDB.12.0» for linked server «(null)».

Однако я не уверен, что это ошибка восходящего или нисходящего потока. (Теперь он находит «устанавливаемый ISAM», но впоследствии не работает?)

Я пробовал это с несколькими файлами Excel на двух разных машинах/операционных системах (Windows Server 2003, Windows XP SP3). Обе машины 32-разрядные.

Я также попытался переустановить версии AccessDatabaseEngine.exe для Office 2007 и Office 2010 (http://www.microsoft.com/download/en/details.aspx?id=23734 и http://www.microsoft.com/download/en/details.aspx?id=13255, соответственно), безрезультатно.

Подводя итог:

«Microsoft.Jet.OLEDB.4.0» работает с использованием T-SQL, но «Microsoft.ACE.OLEDB.12.0» этого не делает.

«Microsoft.ACE.OLEDB.12.0» работает с помощью мастера «Импорт данных…» (насколько я могу сказать из сохраненного файла задания SSIS).

Настройка свойств «AllowInProcess» и «DynamicParameters» на «1» изменяет ошибку на «Unspecified error». (Это шаг вперед?!)

Любые мысли?

+18

tsql excel-2007 oledb openrowset isam

Martin_ATS 10 янв. ’12 в 2:48

источник

поделиться

7 ответов

ПОПРОБУЙТЕ это, это может вам помочь:

установите path и strFileType согласно требованию

string connString = «»;

// string strFileType = Path.GetExtension(UpfileName.FileName).ToLower();

// string path = UpfileName.PostedFile.FileName;

if (strFileType.Trim() == «.xls»)

{

connString = «Provider=Microsoft.Jet.OLEDB.4.0;Data Source=» + path + «;Extended Properties=»Excel 8.0;HDR=Yes;IMEX=2″»;

}

else if(strFileType.Trim() == «.xlsx»)

{

connString = «Provider=Microsoft.ACE.OLEDB.12.0;Data Source=» + path + «;Extended Properties=»Excel 12.0;HDR=Yes;IMEX=2″»;

}

+1

Sagar R 30 янв. ’14 в 9:42

источник

поделиться

Хай также столкнулся с такой ситуацией, я решил ее

решаемые

string ConeectionString = String.Format(@»Provider=Microsoft.ACE.OLEDB.12.0;Data Source=» + txtFlp.Text

+ «;Extended Properties=»Excel 12.0 Xml;HDR=YES»»);

OleDbConnection oconn = new OleDbConnection(ConeectionString);</b>

0

user4049619 17 сент. ’14 в 9:03

источник

поделиться

другие ответы

Связанные вопросы

2

Не удалось найти устанавливаемый ISAM. Ошибка сервера в приложении

1

Соединение OLEDB с базой данных Access с паролем: «Не удалось найти устанавливаемый ISAM»

0

сохраняйте это исключение System.Data.OleDb.OleDbException(0x80004005) :?

0

VB.NET Microsoft.ACE.OLEDB.12.0 — Выберите команду col

Похожие вопросы

66

Поставщик Microsoft.ACE.OLEDB.12.0 не зарегистрирован

11

Поставщик Microsoft.ACE.OLEDB.12.0 больше не может открывать .mdb под Windows 8

1

Как узнать причину разрешения поставщика OLE на SQL Server?

1

Агент SQL Server не может выполнить запрос OPENROWSET, но я могу — «Microsoft.ACE.OLEDB.12.0» для связанного сервера «(null)» сообщила об ошибке

0

Экспорт данных из SQL Server 2014 в Excel

0

Поставщик OLE DB «Microsoft.ACE.OLEDB.12.0» вернул сообщение «Неопределенная ошибка»

0

«Не удалось найти Installable ISAM» С# Exception после чтения xls файла

0

Ошибка. Поставщик «Microsoft.ACE.OLEDB.12.0» не зарегистрирован на локальном компьютере.

0

Поставщик «Microsoft.ACE.OLEDB.12.0» не зарегистрирован на локальном компьютере. Microsoft Excel 2016

0

не удалось найти устанавливаемый isam [vb.net]

НАКОНЕЦ, решение!

Проверьте это: Msg 7302, уровень 16, состояние 1, строка 1 Невозможно создать экземпляр поставщика OLE DB «Microsoft.ACE.OLEDB.12.0» для связанного сервера «(null)»

В принципе, вы переходите к

Панель управления > Администрирование > Службы компонентов

затем разверните

Службы компонентов > Компьютеры > Мой компьютеp > Конфигурация DCOM

находка

MSDAINITIALIZE

перейдите к

Свойствa > Безопасность > Разрешения запуска и активации

нажмите

Настроить > Изменить…

добавьте свое имя пользователя или «все», если вы предпочитаете

отметьте ВСЕ поля «разрешить» для нового пользователя/группы

и нажмите ОК на обеих страницах

Теперь посмотрите, работает ли ваша команда OpenRowSet/OpenDataSource

Благодаря Ramesh Babu Vavilla (vr.babu) с сайта social.technet.microsoft.com для ссылки

0

Hamid Sadeghian 19 мая ’14 в 10:30

источник

поделиться

Это сработало для меня:

SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0’,

‘Excel 12.0;HDR=NO;Database=C:tempfile.xlsx;’,[sheetname$])

0

Simon Turner 18 июл. ’17 в 11:27

источник

поделиться

Попробуйте это

SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0’,

‘EXCEL 12.0;DataBase=C:TEMPtest.xlsx;Extended Properties=»EXCEL 12.0 Xml;HDR=YES’, [Sheet1$])

0

Gurm 26 февр. ’13 в 17:01

источник

поделиться

Я думаю, что ответ скрывается в информации о пакете SSIS, которую вы опубликовали. Новый формат файла xlsx хранит данные в формате XML вместо старого. Посмотрите на это снова. Он читает… Расширенные свойства = «Excel 12.0 XML; HDR = YES

Не пропустите этот XML после стандартного материала. (Для чего это стоит, я также прочитал, что вам нужно «Excel 12.0 Macro» для подключения к файлу xslm.)

Попробуй. Странно, но, надеюсь, это работает.

0

IHateScreenNamesToo 27 апр. ’12 в 18:16

источник

поделиться

Я решил с этим запросом:

SELECT * FROM OPENROWSET(‘Microsoft.ACE.OLEDB.12.0’,

‘Excel 12.0;HDR=NO;Database=D:Filename.xlsx;’,

[SheetName$])

Кажется, sql не нравится раздел «Расширенные свойства»…

These configurations worked in January of 2020 on my new machine build:

(1 — x64 only) Windows 10 x64, Office 365 x64, AccessDatabaseEngine_x64 2016 installed with /passive argument, VStudio build settings set to x64 explicitly, with the following connection string: Provider= Microsoft.ACE.OLEDB.16.0; Data Source=D:…MyDatabase.accdb

(2 — x64 or x32) Windows 10 x64, Office 365 x64, AccessDatabaseEngine_x64 2016 installed with /passive argument, PLUS AccessDatabaseEngine 2010 (32bit) installed with /passive argument, VStudio build settings set to AnyCPU, with the following connection string: Provider= Microsoft.ACE.OLEDB.16.0; Data Source=D:…MyDatabase.accdb

(3 — x32 only) Windows 10 x64, Office 365 x32, AccessDatabaseEngine 2010 (32bit) installed with /passive argument, VStudio build settings set to x86, with the following connection string: Provider= Microsoft.ACE.OLEDB.12.0; Data Source=D:…MyDatabase.accdb

FAILURE NOTES

Using the ACE.OLEDB.12.0 x64 provider in the connection string failed with only the AccessDatabaseEngine_x64 2016 installed as above in (1).

Using AnyCPU in the visual studio build settings failed in (1). Setting x64 is required. Maybe this is because AnyCPU means that Vstudio must see an x32 ACE.OLEDB.nn.0 provider at compile time.

The ACE.OLEDB.12.0 2016 x32 /passive engine would NOT install when it saw x64 applications around. (The ACE.OLEDB.12.0 2010 x32 /passive installer worked.)

CONCLUSIONS

To use x64 build settings, you need to have the 2016 x64 database engine AND the ACE.OLEDB.16.0 connection-string provider AND explicit x64 build settings to work with Office 365 in January of 2020. Using the /passive option makes installations easy. Credit to whoever posted that tip!

To use AnyCPU, I needed to have both the ACE.OLEDB.12.0 2010 x32 engine and the ACE.OLEDB.16.0 x64 engines installed. That way Vstudio could see both x32 and x64 engines at «AnyCPU» compile time. I could change the provider connection string to ACE.OLEDB.12.0 for x32 operation or to ACE.OLEDB.16.0 for x64 operation. Both worked fine.

To use x86 build settings, you need to have the 2010 x32 database engine AND the ACE.OLEDB.12.0 connection-string provider AND explicit x86 build settings to work with Office 365 x32 in January of 2020.

This is for my reference, as I encountered a variety of SQL error messages while trying to connect with provider. Other answers prescribe «try this, then this, then this». I appreciate the other answers, but I like to pair specific solutions with specific problems


Error

…provider did not give information…Cannot initialize data source object…

Error Numbers

7399, 7303

Error Detail

Msg 7399, Level 16, State 1, Line 2 The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" reported an error. 
  The provider did not give any information about the error. 
Msg 7303, Level 16, State 1, Line 2 Cannot initialize the data source object
  of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".

Solution

File was open. Close it.

Credit

  • https://stackoverflow.com/a/29369868/1175496

Error

Access denied…Cannot get the column information…

Error Numbers

7399, 7350

Error Detail

Msg 7399, Level 16, State 1, Line 2 The OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" reported an error. 
  Access denied.
Msg 7350, Level 16, State 2, Line 2 Cannot get the column information 
  from OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".

Solution

Give access

Credit

  • https://stackoverflow.com/a/27509955/1175496

Error

No value given for one or more required parameters….Cannot execute the query …

Error Numbers

???, 7320

Error Detail

OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" returned message "No value given for one or more required parameters.".
Msg 7320, Level 16, State 2, Line 2
Cannot execute the query "select [Col A], [Col A] FROM $Sheet" against OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)". 

Solution

Column names might be wrong. Do [Col A] and [Col B] actually exist in your spreadsheet?


Error

«Unspecified error»…Cannot initialize data source object…

Error Numbers

???, 7303

Error Detail

OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" returned message "Unspecified error".
Msg 7303, Level 16, State 1, Line 2 Cannot initialize the data source object of OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)".

Solution

Run SSMS as admin. See this question.


Other References

Other answers which suggest modifying properties. Not sure how modifying these two properties (checking them or unchecking them) would help.

  • https://stackoverflow.com/a/31605038/1175496
  • http://www.aspsnippets.com/Articles/The-OLE-DB-provider-Microsoft.Ace.OLEDB.12.0-for-linked-server-null.aspx
  • https://social.technet.microsoft.com/Forums/lync/en-US/bb2dc720-f8f9-4b93-b5d1-cfb4f8a8b1cb/the-ole-db-provider-microsoftaceoledb120-for-linked-server-null-reported-an-error-access?forum=sqldataaccess#3fcc14f4-420e-4544-be74-eea1e0e78462

rmettu_1242

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎09-05-2017

07:18 AM

I had this same issue. I was able to fix it by adjusting my column data types prior to applying the query changes. My dates were refreshed as number. Once I changed them to Date data type the issue was resolved.


Message 28 of 47

67,880 Views

shoma1

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎02-24-2017

07:38 AM

I had this same issue. I was able to fix it by adjusting my column data types prior to applying the query changes. My dates were refreshed as text. Once I changed them to Datetime the issue was resolved.


Message 23 of 47

53,259 Views

naeljb

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎08-30-2018

09:00 AM

I just faced the same issue and fixed it by changing the format of column crating it. Here is the story:
I connected a table which is sitting down on the cloud. One of my column which is actually a date was exported as “Whole number”. I did my report and ran several refreshes as new entries were coming. So far everything was working well. After the third refresh, I realized that I needed to add a new chart in my report using the date column. I changed the format form «whole number» to «DateTime» type. And when I did the fifth refresh, this is where I got this error message. When I put it back to “whole number” format, I was able to refresh and did not get an error message.


Message 24 of 47

27,156 Views

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎01-22-2020

02:31 AM

I fixed the same issue. In my case it was also a problem of date format.

If you imported once a column of dates but without a ‘date’ type on Excel then Power BI sees it as a number. In Modify request > step «modified types» there is something like :

= Table.TransformColumnTypes(#»Columns  ….      {{«Source.Name», type text}, {«Date», Int64.Type}, ….

I have solved it by changing {«Date», Int64.Type} to {«Date», type date} …. and by checking my data in Excel is in the correct ‘date’ type.


Message 26 of 47

21,053 Views

MWalje

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎02-22-2017

01:31 PM

If you go line by line and update each source individually, instead of using the refresh button in the toolbar you can find the specific error in the specific table that is causing the problem. For some reason this error causes the entire chain to break and prevents the data from updating. I discovered a blank row had been entered in one of my tables. Because this table had relationships associated with that row, it broke everything. I love Power BI, but the error messages are criptic and extremely unhelpful. 


Message 22 of 47

49,182 Views

pascalvanhove

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎11-15-2016

12:45 AM

I was also able to fix this error by updating the data type of the different columns. I am using as source an Excel file with 32 columns, a mix of text, number, date and percentage data. After correcting the data type of each column in the query editor, this OLE DB/ODBC error was solved.


Message 18 of 47

49,803 Views

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎12-06-2016

11:10 AM

Was experiencing the same issue: Set excel file as data source, added columns to file, tried to refresh, recieived «OLE DB or ODBC error: Exception from HRESULT: 0x80040E1D» error.

Identified Issue: Script for promoted headers is not updating to include headers of new columns

Solved by: Opening Edit Queries, deleteing promoted headers from applied steps, refreshing, slecting «use first row as headers»


Message 21 of 47

49,665 Views

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎12-06-2016

11:07 AM

Was also experiencing sameissue: Set excel file as data source, added columns to file, tried to refresh, recieived «OLE DB or ODBC error: Exception from HRESULT: 0x80040E1D» error.

Identified Issue: Script for promoted headers is not updating to include headers of new columns

Solved by: Opening Edit Queries, deleteing promoted headers from applied steps, refreshing, slecting «use first row as headers»


Message 20 of 47

49,665 Views

rodesteb

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎09-26-2016

09:07 AM

Hi,

I got the same error as trying to refresh the data and solved it by changing the data types of some of my columns from the ADVANCED EDITOR option on the Query Editor window.

Regards,


Message 15 of 47

49,962 Views

Rahul_Bhatt

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎09-29-2016

10:37 PM

I don’t think so this is related to data type when you referesh the table one by one you will not get this error but if you refresh all at one go you might face this also once you refresh all the table one by one and then again try to refersh all table then you will not face this error again.

i think this is related to connection even its DB connected locally don’t know why this happening,  files are not able to connect but when refereshed individually files its connected,

i think this is a bug.


Message 16 of 47

49,953 Views

rodesteb

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎09-26-2016

09:02 AM

Hi,

I got the error as well when trying to refresh the data and solved it by changing the column data types from the ADVANCED EDITOR option on the Query Editor window.

Regards,


Message 14 of 47

51,840 Views

GrimasS

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎07-13-2016

09:36 AM

Hi Insure BI,

Not sure if you got this resolved or not but take a look at the Relationship Manager and see if there are any conflicting relationships. I get this error when adding new Columns or Tables to my report. I have several relationships between tables in my report and the Relationship Manager will sometimes autodetect new relationships when adding in new Columns or Tables. Some of these newly created relationships will conflict with the old ones. When this happens and  I attempt to refresh the report I get your error. So any time I add new Columns or Tables to my report, I have to double check the Relationship Manager to see if there are any new relationships.


Message 9 of 47

92,648 Views

mcray11

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎08-18-2016

05:15 PM

I’m also having this same problem, from excel data sources.

I’ve reviewed the relationships in my database, and eliminated several of the newest ones, but have not been able to resolve the issue. Any other suggestions?


Message 11 of 47

92,325 Views

InsureBI

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎06-05-2016

07:04 PM

I haven’t been able to solve this problem, so I have decided to add some more details to see if that may be the cause of the error.

The table that I am trying to refresh (in PowerBI Desktop) has 5 new columns I have created, such as COUNTYSTATE = [COUNTY] & [STATE].  Are thes additional colums that I created the reason why the refresh is erroring out?  Do I need to delete them and re-create them after every refresh?

Note that if I import the new data file into another report in PowerBI desktop and look at the query, every thing in the script matches the query before refresh.


Message 7 of 47

92,886 Views

v-yuezhe-msft

  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Subscribe to RSS Feed
  • Permalink
  • Print
  • Report Inappropriate Content

‎06-06-2016

11:38 PM

I create 5 new columns and then add new records in my text file, everything works well when I refresh data in Data View or Report View of Power BI Desktop. Would you mind sharing me your text file and PBIX file so that I can test them?

Thanks,
Lydia Zhang

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.


Message 8 of 47

92,867 Views

Понравилась статья? Поделить с друзьями:
  • Ошибки которые пропускает word
  • Ошибки которые не видит word
  • Ошибки импорта excel в access
  • Ошибки возникающие в excel формуле
  • Ошибки в ячейках excel все