Forum Discussion

Test_1232's avatar
Test_1232
New Member
7 months ago
Solved

undefined

Hello, I am currently trying to connect a set of companies from my Business Central production environment to Power BI. There are more than 50 companies in the environment, and I would like to extr...
  • rajendraongole1's avatar
    7 months ago

    Hi@Test_1232-You cannot pull data from all Business Central companies in a single OData/API call. Business Central is company-isolated by design. However, you can automate the process so you don’t manually connect to each company.

    For best practices:

    1.Prefer API v2.0 over OData where available (better performance)

    2.Filter data early (date ranges, required columns only)

    3.Keep company identifiers in the final table

     

    Hope this information helps