<?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: REST API Activity Limitations in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1625595#M27520</link>
    <description>&lt;P&gt;Thank you, I have managed to gather sufficient information relating to how this is behaving at the moment (Not all from the provided links however I will accept that answer, Thank you @Anonymous&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;As a courtesy to the rest, please find some additional information I discovered through testing.&lt;/P&gt;&lt;P&gt;The limit of the Queue into which these requests go seems to not be limited by number of requests, but seemingly total size of all requests in the Q (I.e. the bigger the reports you send, the lower the number of individual requests that can go into the Q before your requests will starting being rejected)&lt;/P&gt;&lt;P&gt;There is info about reports requests over 250mb being entirely rejected all together (perhaps a correlation to the point above)&lt;/P&gt;&lt;P&gt;Exports can progress across reports simulataneously, rather than going one at a time from 0-100%, could potetially cause earlier requests to take longer than they should and cause user frustration, my preference is first in first out but regardless, your own Q as a middle man ensuring they are passed one by one requiring the previous requests completion before pushing the next is easily do able.&lt;/P&gt;&lt;P&gt;I am not certain about higher SKU's regarding Azure capacities but from embedded SKU A1 to SKU A2, the maximum size of the Q for these requests does not increase. (again I believe there is a correlation between that Queue size and the single report 250 mb size limit for requests.)&lt;/P&gt;&lt;P&gt;I hope people find this info useful.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jan 2021 08:28:15 GMT</pubDate>
    <dc:creator>Jefreaky</dc:creator>
    <dc:date>2021-01-27T08:28:15Z</dc:date>
    <item>
      <title>REST API Activity Limitations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1613735#M27401</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am busy with a Power BI embedded implementation and we are running into issue with the service rejecting export actions due to too much activity&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;'{"error":{"code":"ActivityLimitReached","message":"You have too many pending requests to make another right now. Please wait."}}'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found information relating to the fact that there are API limits here, however I am unable to get any further info into these limitations and controls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This makes is very difficult to do resource planning, is there any specific info around these limits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am specifically looking to answer the following questions&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Do higher SKU's for PBI capacities provide more capacity for activity in the REST Service&lt;/LI&gt;&lt;LI&gt;What are the REST API activity limits for each SKU&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Info here would be greatly appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 09:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1613735#M27401</guid>
      <dc:creator>Jefreaky</dc:creator>
      <dc:date>2021-01-21T09:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Activity Limitations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1619821#M27467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/180570"&gt;@Jefreaky&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please review the content in the following links, hope they can help you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://whitepages.unlimitedviz.com/2017/09/understanding-the-power-bi-capacity-based-skus/" target="_self"&gt;&lt;STRONG&gt;Understanding the Power BI Capacity Based SKUs&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/automation/api-rest-api-limitations" target="_self"&gt;&lt;STRONG&gt;Power BI REST API limitations&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Issues/Rest-API-not-allowing-connections/idi-p/1096481" target="_self"&gt;&lt;STRONG&gt;&lt;SPAN&gt;Rest API not allowing connections&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jan 2021 06:06:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1619821#M27467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-25T06:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: REST API Activity Limitations</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1625595#M27520</link>
      <description>&lt;P&gt;Thank you, I have managed to gather sufficient information relating to how this is behaving at the moment (Not all from the provided links however I will accept that answer, Thank you @Anonymous&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;As a courtesy to the rest, please find some additional information I discovered through testing.&lt;/P&gt;&lt;P&gt;The limit of the Queue into which these requests go seems to not be limited by number of requests, but seemingly total size of all requests in the Q (I.e. the bigger the reports you send, the lower the number of individual requests that can go into the Q before your requests will starting being rejected)&lt;/P&gt;&lt;P&gt;There is info about reports requests over 250mb being entirely rejected all together (perhaps a correlation to the point above)&lt;/P&gt;&lt;P&gt;Exports can progress across reports simulataneously, rather than going one at a time from 0-100%, could potetially cause earlier requests to take longer than they should and cause user frustration, my preference is first in first out but regardless, your own Q as a middle man ensuring they are passed one by one requiring the previous requests completion before pushing the next is easily do able.&lt;/P&gt;&lt;P&gt;I am not certain about higher SKU's regarding Azure capacities but from embedded SKU A1 to SKU A2, the maximum size of the Q for these requests does not increase. (again I believe there is a correlation between that Queue size and the single report 250 mb size limit for requests.)&lt;/P&gt;&lt;P&gt;I hope people find this info useful.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 08:28:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/REST-API-Activity-Limitations/m-p/1625595#M27520</guid>
      <dc:creator>Jefreaky</dc:creator>
      <dc:date>2021-01-27T08:28:15Z</dc:date>
    </item>
  </channel>
</rss>

