<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Need suggestions on Architecture in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Need-suggestions-on-Architecture/m-p/4052182#M54256</link>
    <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;Our company has the below architecture set up in terms of datawarehouse and&amp;nbsp; ETL.&lt;BR /&gt;- Has 20 subsidaries&lt;/P&gt;&lt;P&gt;- Each subsidaries has its own on-prem data warehouse&lt;/P&gt;&lt;P&gt;- In the PBI Premium capacity, we got one workspace dedicated for each subsidary&amp;nbsp;&lt;BR /&gt;- Ingetsing respective DWH data into dedicated workspace using Data Flows&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;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?&amp;nbsp;Appreciate if you have any suggetsions !&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;P.S. Our company doesn't want to move to cloud datware house or upgrade to Fabric.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jul 2024 03:50:40 GMT</pubDate>
    <dc:creator>gauthamboppana</dc:creator>
    <dc:date>2024-07-21T03:50:40Z</dc:date>
    <item>
      <title>Need suggestions on Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-suggestions-on-Architecture/m-p/4052182#M54256</link>
      <description>&lt;P&gt;Hey all,&lt;BR /&gt;&lt;BR /&gt;Our company has the below architecture set up in terms of datawarehouse and&amp;nbsp; ETL.&lt;BR /&gt;- Has 20 subsidaries&lt;/P&gt;&lt;P&gt;- Each subsidaries has its own on-prem data warehouse&lt;/P&gt;&lt;P&gt;- In the PBI Premium capacity, we got one workspace dedicated for each subsidary&amp;nbsp;&lt;BR /&gt;- Ingetsing respective DWH data into dedicated workspace using Data Flows&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;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?&amp;nbsp;Appreciate if you have any suggetsions !&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;P.S. Our company doesn't want to move to cloud datware house or upgrade to Fabric.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jul 2024 03:50:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-suggestions-on-Architecture/m-p/4052182#M54256</guid>
      <dc:creator>gauthamboppana</dc:creator>
      <dc:date>2024-07-21T03:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Need suggestions on Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Need-suggestions-on-Architecture/m-p/4053220#M54262</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="180527" data-lia-user-login="gauthamboppana" class="lia-mention lia-mention-user"&gt;gauthamboppana&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, you want to&amp;nbsp;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;2. You have a large size of data, I suggest you to implement incremental refresh for your dataflows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&lt;SPAN&gt;For reference:&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-query/dataflows/incremental-refresh" target="_blank" rel="noopener"&gt;Using incremental refresh with dataflows - Power Query | Microsoft Learn&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;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.&amp;nbsp;This can significantly improve query performance by reducing the amount of data processed at runtime.&lt;/P&gt;
&lt;P data-unlink="true"&gt;For reference:&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization" target="_blank" rel="noopener"&gt;Optimization guide for Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;4. You can try Premium feature for dataflow to optmize the performance.&lt;/P&gt;
&lt;P data-unlink="true"&gt;For reference:&lt;A href="https://learn.microsoft.com/en-us/power-bi/transform-model/dataflows/dataflows-premium-workload-configuration" target="_blank" rel="noopener"&gt;Configure Power BI Premium dataflow workloads - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 06:48:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Need-suggestions-on-Architecture/m-p/4053220#M54262</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-22T06:48:46Z</dc:date>
    </item>
  </channel>
</rss>

