<?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 Power BI to PULL data from Storefeeder API Limitations in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-to-PULL-data-from-Storefeeder-API-Limitations/m-p/199390#M6529</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My Question is that what is the best way to get away with the Power BI 100 row limitation when pulling data from a REST API(Storefeeder in my case).&lt;/P&gt;&lt;P&gt;And Please Specify any other way to get the whole data in Power BI e.g Data Cube or Azure ??&lt;/P&gt;&lt;P&gt;I want the whole sales data for reporting and analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
    <pubDate>Thu, 22 Jun 2017 11:39:12 GMT</pubDate>
    <dc:creator>Omer4uq</dc:creator>
    <dc:date>2017-06-22T11:39:12Z</dc:date>
    <item>
      <title>Power BI to PULL data from Storefeeder API Limitations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-to-PULL-data-from-Storefeeder-API-Limitations/m-p/199390#M6529</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My Question is that what is the best way to get away with the Power BI 100 row limitation when pulling data from a REST API(Storefeeder in my case).&lt;/P&gt;&lt;P&gt;And Please Specify any other way to get the whole data in Power BI e.g Data Cube or Azure ??&lt;/P&gt;&lt;P&gt;I want the whole sales data for reporting and analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 11:39:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-to-PULL-data-from-Storefeeder-API-Limitations/m-p/199390#M6529</guid>
      <dc:creator>Omer4uq</dc:creator>
      <dc:date>2017-06-22T11:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI to PULL data from Storefeeder API Limitations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-to-PULL-data-from-Storefeeder-API-Limitations/m-p/200952#M6530</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/33802"&gt;@Omer4uq&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;can use advanced filter and&amp;nbsp;filter by range as a mitigation for this limitation.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Please refer to following sample &lt;A href="https://1drv.ms/u/s!Amn59G-85Q3chmD7xp37HPxvcarj" target="_self"&gt;code&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;window.onload = function () { 
  var  Filter = {
   $schema: "http://powerbi.com/product/schema#advanced",
  target: {
    table: "Table",
    column: "value"
  },
  logicalOperator: "And",
  conditions: [
    {
      operator: "GreaterThanOrEqual",
      value: 1
    },
	{
      operator: "LessThanOrEqual",
      value: 100
    }
	
  ]
}&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Herbert&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 05:44:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-to-PULL-data-from-Storefeeder-API-Limitations/m-p/200952#M6530</guid>
      <dc:creator>v-haibl-msft</dc:creator>
      <dc:date>2017-06-26T05:44:22Z</dc:date>
    </item>
  </channel>
</rss>

