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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Test_1232
New Member

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 extract the same table from all of them at the same time. How can I do this without having to connect to each company individually?

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

4 REPLIES 4
v-dineshya
Community Support
Community Support

Hi @Test_1232 ,

Thank you for reaching out to the Microsoft Community Forum.

 

Hi @rajendraongole1 , Thank you for your prompt response.

 

Hi @Test_1232 , In addition to @rajendraongole1 response, i have added one point.

 

Use Table.Combine() in Power Query. If you connect to each company once, you can automate combining all tables into a single unified table. Create separate queries for each company. Disable Enable Load on each and Create a blank query and use below code.

 

= Table.Combine({Company1Table, Company2Table, Company3Table, ...})

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

Hi @Test_1232 ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

Hi @Test_1232 ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

rajendraongole1
Super User
Super User

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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.