<?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 Get data from Report Table using API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-Report-Table-using-API/m-p/2274276#M33808</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was wondering if there is a way to pull data from table in Power BI Report using API or any other Method. Idea is to automaticly pull Data from table once a day, but what would be the easyest way to do this? And are there any limitations for the size of the Table?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jan 2022 00:29:23 GMT</pubDate>
    <dc:creator>Raivo_S</dc:creator>
    <dc:date>2022-01-10T00:29:23Z</dc:date>
    <item>
      <title>Get data from Report Table using API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-Report-Table-using-API/m-p/2274276#M33808</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was wondering if there is a way to pull data from table in Power BI Report using API or any other Method. Idea is to automaticly pull Data from table once a day, but what would be the easyest way to do this? And are there any limitations for the size of the Table?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 00:29:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-Report-Table-using-API/m-p/2274276#M33808</guid>
      <dc:creator>Raivo_S</dc:creator>
      <dc:date>2022-01-10T00:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get data from Report Table using API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-Report-Table-using-API/m-p/2278644#M33844</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/130398"&gt;@Raivo_S&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer to this rest api:&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-get-tables#limitations" target="_self"&gt;https://docs.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-get-tables#limitations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This API only applies to&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_postdatasetingroup" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;STRONG&gt;push dataset&lt;/STRONG&gt;&lt;/A&gt;&lt;SPAN&gt;, please check if your dataset is a push dataset.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;When accessing Power BI REST API, your request and response content and data may be processed by data centers in regions other than the home region of your Power BI tenant.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The&amp;nbsp;&lt;STRONG&gt;push dataset limitations&lt;/STRONG&gt;&amp;nbsp;are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Max rows per table depending on retention policy:
&lt;UL&gt;
&lt;LI&gt;No retention policy: max 5,000,000 rows per table&lt;/LI&gt;
&lt;LI&gt;FIFO retention policy: max 200,000 rows per table&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Max 75 columns per table;&lt;/LI&gt;
&lt;LI&gt;Max 75 tables per push dataset;&lt;/LI&gt;
&lt;LI&gt;Max 10,000 rows per single POST rows call;&lt;/LI&gt;
&lt;LI&gt;Max 1,000,000 rows added per hour per dataset;&lt;/LI&gt;
&lt;LI&gt;Max 5 pending POST rows requests per dataset;&lt;/LI&gt;
&lt;LI&gt;Max POST rows requests depending on table size:
&lt;UL&gt;
&lt;LI&gt;Less than 250,000 rows in the table: up to 120 POST rows requests&amp;nbsp;&lt;STRONG&gt;per minute&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;More than 250,000 rows in the table: up to 120 POST rows requests&amp;nbsp;&lt;STRONG&gt;per hour&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;4,000 characters per value for string column in POST rows request;&lt;/LI&gt;
&lt;LI&gt;Data model restrictions:
&lt;UL&gt;
&lt;LI&gt;Inactive relationships are not supported&lt;/LI&gt;
&lt;LI&gt;Measures using&amp;nbsp;&lt;A href="https://dax.guide/userelationship/?aff=sqlbi" target="_blank"&gt;USERELATIONSHIP&lt;/A&gt;&amp;nbsp;are not supported&lt;/LI&gt;
&lt;LI&gt;Measures referencing invalid/non existing measures are not supported&lt;/LI&gt;
&lt;LI&gt;Hierarchies are not supported&lt;/LI&gt;
&lt;LI&gt;Mark as Date table is not supported.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 02:35:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-data-from-Report-Table-using-API/m-p/2278644#M33844</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2022-01-12T02:35:53Z</dc:date>
    </item>
  </channel>
</rss>

