<?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 Pull data from an API using power query in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Pull-data-from-an-API-using-power-query/m-p/581893#M17862</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to pull a data from an API using power query. My request is successful, but problem is that there is a limit on the number of objects to be returned per request (50 rows). So every time I refresh my data I get the latest 50 rows and all the previous data is deleted. How can I modify my request in PwQ to aggregate the data (latest information added to previously loaded)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;url = "&lt;A href="https://api.samplewebpage.com/api/v1/transactions?offset=1&amp;amp;limit=50" target="_blank"&gt;https://api.samplewebpage.com/api/v1/transactions?offset=1&amp;amp;limit=50&lt;/A&gt;",&lt;BR /&gt;Source = Json.Document(Web.Contents(url,[Headers = [#"X-Api-Token"="sdfkjslkjvsivjsoifvjdfvdfljsl"] ] ))&lt;BR /&gt;in&lt;BR /&gt;Source&lt;/P&gt;</description>
    <pubDate>Sat, 08 Dec 2018 21:11:01 GMT</pubDate>
    <dc:creator>Kalvis</dc:creator>
    <dc:date>2018-12-08T21:11:01Z</dc:date>
    <item>
      <title>Pull data from an API using power query</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Pull-data-from-an-API-using-power-query/m-p/581893#M17862</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to pull a data from an API using power query. My request is successful, but problem is that there is a limit on the number of objects to be returned per request (50 rows). So every time I refresh my data I get the latest 50 rows and all the previous data is deleted. How can I modify my request in PwQ to aggregate the data (latest information added to previously loaded)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;url = "&lt;A href="https://api.samplewebpage.com/api/v1/transactions?offset=1&amp;amp;limit=50" target="_blank"&gt;https://api.samplewebpage.com/api/v1/transactions?offset=1&amp;amp;limit=50&lt;/A&gt;",&lt;BR /&gt;Source = Json.Document(Web.Contents(url,[Headers = [#"X-Api-Token"="sdfkjslkjvsivjsoifvjdfvdfljsl"] ] ))&lt;BR /&gt;in&lt;BR /&gt;Source&lt;/P&gt;</description>
      <pubDate>Sat, 08 Dec 2018 21:11:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Pull-data-from-an-API-using-power-query/m-p/581893#M17862</guid>
      <dc:creator>Kalvis</dc:creator>
      <dc:date>2018-12-08T21:11:01Z</dc:date>
    </item>
  </channel>
</rss>

