Power Bi 1с Коннектор Review
Always review open-source connectors for compliance with 1C licensing.
Низкая скорость при больших объемах данных, сложность настройки сложных фильтров на стороне сервера. 2. Прямое подключение к SQL-базе power bi 1с коннектор
let Source = OData.Feed( "http://1c-server/1c/odata/standard/odata/Catalog_Products", null, [Implementation="2.0", Timeout=#duration(0,10,0,0)] ), #"Expanded Properties" = Table.ExpandRecordColumn(Source, "MainProperties", ...) in #"Expanded Properties" Always review open-source connectors for compliance with 1C
1C provides built-in publication of catalogs, documents, and registers as OData endpoints. Power BI’s OData.Feed connector can consume these. Each has distinct advantages and limitations
Three principal methods exist for connecting Power BI to 1C. Each has distinct advantages and limitations.
1C returns data in chunks. Use NextLink handling – Power Query automatically manages this with [Implementation="2.0"] . For better performance, add $top=5000 and iterate.
Простота настройки (часто не требуется навыков программирования), автоматический перевод имен таблиц с «языков БД» на понятный русский, высокая стабильность. Минусы: Стоимость лицензии. 4. Промежуточное хранилище (DWH)
