<?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: Managing pagination for a Web API connector used in a dataflow gen2 in Dataflow</title>
    <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4826023#M5447</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;, Thanks for the update, I really appreciate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Sep 2025 08:06:53 GMT</pubDate>
    <dc:creator>v-lgarikapat</dc:creator>
    <dc:date>2025-09-15T08:06:53Z</dc:date>
    <item>
      <title>Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4817986#M5430</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to create a dataflow gen2 that has to use a Web API connector to read Dynamics 365 Business Central data.&lt;/P&gt;&lt;P&gt;This connector requires to manage the pagination else it allows to read only the first 20.000 rows.&lt;/P&gt;&lt;P&gt;I've read that I need to manage the pagination by a Power Query function, while with a data pipeline isn't required a such management.&lt;/P&gt;&lt;P&gt;Does it exist a more easy manner in order to use a Web API connector in a dataflow gen2 to read an entire BC table?&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 10:16:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4817986#M5430</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-09-05T10:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4818441#M5431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Power Query Function (Manual Pagination)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Create a recursive Power Query function that:&lt;/P&gt;
&lt;P&gt;Makes the initial API call&lt;/P&gt;
&lt;P&gt;Checks for @odata.nextLink&lt;/P&gt;
&lt;P&gt;Continues fetching until no more pages remain&lt;/P&gt;
&lt;P&gt;You’ll need to use Json.Document(Web.Contents(...)) and loop through pages using List.Generate or similar constructs.&lt;/P&gt;
&lt;P&gt;This method works well but requires careful error handling and throttling logic.Use&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Data Pipeline&amp;nbsp; Approch&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Data Pipelines in Fabric handle pagination automatically for many connectors, including Business Central. If your use case allows, this is the simpler and more scalable route.&lt;/P&gt;
&lt;P&gt;Pipelines abstract away the paging logic&lt;/P&gt;
&lt;P&gt;You can dump the full dataset into a Lakehouse or Warehouse&lt;/P&gt;
&lt;P&gt;Then use Dataflow Gen2 to transform it downstream&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Rest-API-Paging-with-odata-nextLink/td-p/1961724" target="_blank"&gt;Solved: Power Query Rest API Paging with @odata.nextLink - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/samples/trippin/5-paging/readme" target="_blank"&gt;TripPin 5 - Paging - Power Query | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Fabric-Dataflow-Gen2-s-Business-Central-connector-issue/m-p/4095097" target="_blank"&gt;Solved: Fabric Dataflow Gen2's Business Central connector ... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We truly appreciate your continued engagement and thank you for being an active and valued member of the community.&lt;/P&gt;
&lt;P&gt;If you're still experiencing any challenges, please don’t hesitate to reach out&amp;nbsp; we’d be more than happy to assist you further.&lt;/P&gt;
&lt;P&gt;We look forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 17:50:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4818441#M5431</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-05T17:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4819821#M5435</link>
      <description>&lt;P&gt;Ok, but in some scenarios it could be more useful a Dataflow gen2 , on other ones a Data pipeline.&lt;/P&gt;&lt;P&gt;So, it should be appreciated to use a managed pagination for a Web API connctor in a Dataflow gen2 avoinding the manual pagination.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 10:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4819821#M5435</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-09-11T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4821581#M5441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the follow-up questions&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In many scenarios, Dataflow Gen2 is the preferred choice for lightweight ingestion and transformation workflows, especially when direct integration with Lakehouses is needed. However, when consuming data from paginated REST APIs, the lack of native managed pagination becomes a significant limitation.&lt;/P&gt;
&lt;P&gt;Currently, users must implement manual pagination using recursive Power Query M scripts, which can be complex, error-prone, and difficult to maintain&amp;nbsp; particularly for APIs using cursor based tokens, header-driven continuation, or dynamic termination conditions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="185" data-end="479"&gt;This appears to be a current limitation in Power BI. I would recommend submitting this scenario as a feature request on the official Power BI Ideas forum. The Product Team actively monitors suggestions there, and items with strong community support are often considered for future enhancements.&lt;/P&gt;
&lt;P data-start="481" data-end="576"&gt;You can submit your idea here&lt;/P&gt;
&lt;DIV&gt;&lt;A href="https://ideas.fabric.microsoft.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://ideas.fabric.microsoft.com/&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;P&gt;We appreciate your collaboration and support!&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:36:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4821581#M5441</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-09T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4823440#M5445</link>
      <description>&lt;P&gt;Hi, thanks for your reply.&lt;/P&gt;&lt;P&gt;I've created this idea --&amp;gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Automatic-pagination-management-for-a-dataflow-gen2-that-uses/idi-p/4823438#M163659" target="_self"&gt;Automatic pagination management for a dataflow gen2 that uses the Web API connector as a source&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Please to vote it, thanks&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 10:15:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4823440#M5445</guid>
      <dc:creator>pmscorca</dc:creator>
      <dc:date>2025-09-11T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Managing pagination for a Web API connector used in a dataflow gen2</title>
      <link>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4826023#M5447</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="719515" data-lia-user-login="pmscorca" class="lia-mention lia-mention-user"&gt;pmscorca&lt;/a&gt;&amp;nbsp;, Thanks for the update, I really appreciate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 08:06:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Dataflow/Managing-pagination-for-a-Web-API-connector-used-in-a-dataflow/m-p/4826023#M5447</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-09-15T08:06:53Z</dc:date>
    </item>
  </channel>
</rss>

