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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
gauthamboppana
Solution Specialist
Solution Specialist

Need suggestions on Architecture

Hey all,

Our company has the below architecture set up in terms of datawarehouse and  ETL.
- Has 20 subsidaries

- Each subsidaries has its own on-prem data warehouse

- In the PBI Premium capacity, we got one workspace dedicated for each subsidary 
- Ingetsing respective DWH data into dedicated workspace using Data Flows


We would like to aggregate all the data into one data flow or datamart. However, wary of the potential permance issues or latency in the data. Has anyone been through similar scenario? Appreciate if you have any suggetsions !

P.S. Our company doesn't want to move to cloud datware house or upgrade to Fabric. 

Thank you

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @gauthamboppana ,

 

According to your statement, you want to aggregate data from multiple sources in a dataflow or datamart. This can indeed pose challenges, especially regarding performance and latency. Here I will give you some suggetsions and hope it could help you.

1. When you connect to your datasource, you need to consider the connection mode of your data source. DirectQuery can be used for real-time data access, while Import mode can be used for historical data.

 

2. You have a large size of data, I suggest you to implement incremental refresh for your dataflows. 

For reference: Using incremental refresh with dataflows - Power Query | Microsoft Learn

 

3. You can aggregate data in data source before you get data. Utilize Power BI’s aggregation features to pre-aggregate data at different levels. This can significantly improve query performance by reducing the amount of data processed at runtime.

For reference:Optimization guide for Power BI - Power BI | Microsoft Learn

 

4. You can try Premium feature for dataflow to optmize the performance.

For reference:Configure Power BI Premium dataflow workloads - Power BI | Microsoft Learn

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @gauthamboppana ,

 

According to your statement, you want to aggregate data from multiple sources in a dataflow or datamart. This can indeed pose challenges, especially regarding performance and latency. Here I will give you some suggetsions and hope it could help you.

1. When you connect to your datasource, you need to consider the connection mode of your data source. DirectQuery can be used for real-time data access, while Import mode can be used for historical data.

 

2. You have a large size of data, I suggest you to implement incremental refresh for your dataflows. 

For reference: Using incremental refresh with dataflows - Power Query | Microsoft Learn

 

3. You can aggregate data in data source before you get data. Utilize Power BI’s aggregation features to pre-aggregate data at different levels. This can significantly improve query performance by reducing the amount of data processed at runtime.

For reference:Optimization guide for Power BI - Power BI | Microsoft Learn

 

4. You can try Premium feature for dataflow to optmize the performance.

For reference:Configure Power BI Premium dataflow workloads - Power BI | Microsoft Learn

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors