<?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: Power BI Paginated Reports Datasource Timeout Error in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3482883#M31448</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each transaction create a lock on ressources. Even if it is just reading.&lt;/P&gt;&lt;P&gt;There is no way to create a unique dataset and to create only on report ? Using visibility properties or that kind of stuff ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Igna&lt;/P&gt;</description>
    <pubDate>Wed, 18 Oct 2023 09:42:06 GMT</pubDate>
    <dc:creator>Igna</dc:creator>
    <dc:date>2023-10-18T09:42:06Z</dc:date>
    <item>
      <title>Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3478307#M31426</link>
      <description>&lt;P&gt;We have 30 Power BI Paginated reports that retrieve data from an On Premise SQL server database through an on premise data gateway. The reports use SQL stored procedures to access the data they require.&lt;/P&gt;&lt;P&gt;Each report is set up with a subscription to email the report in Excel, on a daily basis. The reports run once a day with their times spread over about 1 hour 15 mins. This menas we have up to 7 reports running at the same time.&lt;/P&gt;&lt;P&gt;Each day we get 1 (sometimes 2) reports erroring&amp;nbsp; with the below error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DataSource_Timeout&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data for this report could not be fetched in the allocated time. If you continue to experience this error contact the report author or data source owner to increase the time-out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the paginated reports have the dataset timeout values set to 1200 seconds.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We recieve the error, in an email, 1 or 2 minutes after the report is scheduled to run.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The report that fails seems to be a different report each day.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 08:46:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3478307#M31426</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-16T08:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3481544#M31441</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are mentioning that 7 reports are running at the same time. Do they have the same sources (tables) ? If yes, it could cause some lock on the tables concerned. You should try to put different schedules to your subscriptions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Igna&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 16:06:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3481544#M31441</guid>
      <dc:creator>Igna</dc:creator>
      <dc:date>2023-10-17T16:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3482866#M31447</link>
      <description>&lt;P&gt;Hi Igna,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;The reports do access the same data tables but they are only reading the data (no updates or inserts) so would you still expect contention issues to occur?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if we have a different schedule for each report, they will need to run from 8am to about 10:30 which isn't ideal.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:36:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3482866#M31447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-18T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3482883#M31448</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each transaction create a lock on ressources. Even if it is just reading.&lt;/P&gt;&lt;P&gt;There is no way to create a unique dataset and to create only on report ? Using visibility properties or that kind of stuff ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Igna&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:42:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3482883#M31448</guid>
      <dc:creator>Igna</dc:creator>
      <dc:date>2023-10-18T09:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3485015#M31460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you please give more infomation on what you mean when you say 'Visability Properties'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 08:06:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3485015#M31460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-10-19T08:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3485021#M31461</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can hide items in your report using expressions. That way you can manage what is displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/hide-an-item-report-builder-and-ssrs?view=sql-server-ver16" target="_blank"&gt;https://learn.microsoft.com/en-us/sql/reporting-services/report-builder/hide-an-item-report-builder-and-ssrs?view=sql-server-ver16&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Igna&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 08:10:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3485021#M31461</guid>
      <dc:creator>Igna</dc:creator>
      <dc:date>2023-10-19T08:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Paginated Reports Datasource Timeout Error</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3517791#M31669</link>
      <description>&lt;P&gt;Hi Igna,&lt;/P&gt;&lt;P&gt;I have some further info on this issue. Sometimes the issue occurs even when we are running just 1 paginated report in a subscription.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have also noticed that the Request id that we are given in the error email does not appear in any of the On Premise Data Gateway logs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this extra information help at all?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 13:25:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Power-BI-Paginated-Reports-Datasource-Timeout-Error/m-p/3517791#M31669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-06T13:25:00Z</dc:date>
    </item>
  </channel>
</rss>

