<?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 Re: Incremental Refresh Timeout Issue with Large Dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-Refresh-Timeout-Issue-with-Large-Dataset/m-p/5318104#M65391</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1725372"&gt;@AshokAinala&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the details. Here since the RangeStart and RangeEnd parameters are configured correctly, looks like the issue is due to the initial refresh, which needs to load all 10 million records. This is likely exceeding the available resources and causing the error&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Please verify the query folding is working for the RangeStart and RangeEnd filters, as the incremental refresh relies on query folding for efficient data loading. If query folding is working and the issue still occurs, this is likely a capacity or resource limitation. In that case, please use a Premium/Fabric capacity with an XMLA endpoint bootstrap refresh for the initial load.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For your reference, please follow below documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview" target="_blank"&gt;Configure incremental refresh and real-time data for Power BI semantic models - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla" target="_blank"&gt;Advanced Incremental Refresh and Real-Time Data With the XMLA Endpoint in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jul 2026 10:57:16 GMT</pubDate>
    <dc:creator>v-achippa</dc:creator>
    <dc:date>2026-07-24T10:57:16Z</dc:date>
    <item>
      <title>Incremental Refresh Timeout Issue with Large Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-Refresh-Timeout-Issue-with-Large-Dataset/m-p/5316722#M65388</link>
      <description>&lt;DIV&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have created the &lt;STRONG&gt;RangeStart&lt;/STRONG&gt; and &lt;STRONG&gt;RangeEnd&lt;/STRONG&gt; parameters and applied them to the date column in the fact table as the first step for configuring incremental refresh.&lt;/P&gt;&lt;P&gt;When I configure incremental refresh for &lt;STRONG&gt;3 weeks&lt;/STRONG&gt; (approximately &lt;STRONG&gt;1.8 million records&lt;/STRONG&gt;), the refresh completes successfully. However, when I configure incremental refresh for &lt;STRONG&gt;6 months&lt;/STRONG&gt; (approximately &lt;STRONG&gt;10 million records&lt;/STRONG&gt;), the refresh fails with a &lt;STRONG&gt;timeout error&lt;/STRONG&gt; and displays the message: &lt;EM&gt;"Dataset is too large, please reduce the size."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, reducing the dataset size is not an option, as the business requires all 10 million records.&lt;/P&gt;&lt;P&gt;Could someone help me understand why this timeout error is occurring with incremental refresh, even though I have configured the RangeStart and RangeEnd parameters correctly? Are there any limitations, configuration changes, or optimization techniques that I should consider for handling a dataset of this size?&lt;/P&gt;&lt;P&gt;Thanks, Ashok&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 23 Jul 2026 15:39:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incremental-Refresh-Timeout-Issue-with-Large-Dataset/m-p/5316722#M65388</guid>
      <dc:creator>AshokAinala</dc:creator>
      <dc:date>2026-07-23T15:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Refresh Timeout Issue with Large Dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Incremental-Refresh-Timeout-Issue-with-Large-Dataset/m-p/5318104#M65391</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1725372"&gt;@AshokAinala&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the details. Here since the RangeStart and RangeEnd parameters are configured correctly, looks like the issue is due to the initial refresh, which needs to load all 10 million records. This is likely exceeding the available resources and causing the error&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Please verify the query folding is working for the RangeStart and RangeEnd filters, as the incremental refresh relies on query folding for efficient data loading. If query folding is working and the issue still occurs, this is likely a capacity or resource limitation. In that case, please use a Premium/Fabric capacity with an XMLA endpoint bootstrap refresh for the initial load.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;For your reference, please follow below documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-overview" target="_blank"&gt;Configure incremental refresh and real-time data for Power BI semantic models - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/incremental-refresh-xmla" target="_blank"&gt;Advanced Incremental Refresh and Real-Time Data With the XMLA Endpoint in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 10:57:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Incremental-Refresh-Timeout-Issue-with-Large-Dataset/m-p/5318104#M65391</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2026-07-24T10:57:16Z</dc:date>
    </item>
  </channel>
</rss>

