<?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: New-PowerBIReport ignoring Timeout in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3389727#M44001</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/439511" target="_self"&gt;@&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/439511" target="_self"&gt;ManuelW&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the same issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the Timeout parameter from the New-PowerBIReport Command but it seems it is not taken into account. I still get the "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.' error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did you find a solution ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2023 09:30:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-08-21T09:30:57Z</dc:date>
    <item>
      <title>New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2190846#M32924</link>
      <description>&lt;P&gt;I am trying to use the Power BI powershell Module to upload a power BI report to the service.&amp;nbsp;&lt;BR /&gt;I am running the following command&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;New-PowerBIReport&lt;/SPAN&gt; &lt;SPAN&gt;-Path&lt;/SPAN&gt; &lt;SPAN&gt;"/Users/username/git/Data_PowerBI/PBI_DATA_MODEL.pbix"&lt;/SPAN&gt; &lt;SPAN&gt;-Name&lt;/SPAN&gt;&lt;SPAN&gt; PBI_DATA_MODEL_Upload &lt;/SPAN&gt;&lt;SPAN&gt;-Workspace&lt;/SPAN&gt; &lt;SPAN&gt;$Workspace&lt;/SPAN&gt; &lt;SPAN&gt;-Timeout&lt;/SPAN&gt; &lt;SPAN&gt;999&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;BR /&gt;but am getting the error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;New-PowerBIReport: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is the powershell module ignoring my timeout argument ?&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Nov 2021 18:35:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2190846#M32924</guid>
      <dc:creator>Grzy7316</dc:creator>
      <dc:date>2021-11-15T18:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2196169#M32985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/338109"&gt;@Grzy7316&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try to add "$" before Timeout functio in your code&lt;/P&gt;
&lt;PRE&gt;...-$Timeout = 999&lt;/PRE&gt;
&lt;P&gt;Here are some blogs, I hope they could help you.&lt;/P&gt;
&lt;P&gt;For reference:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powershell/power-bi/overview?view=powerbi-ps" target="_self"&gt;Microsoft Power BI Cmdlets for Windows PowerShell and PowerShell Core&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.ipswitch.com/blog/creating-a-timeout-feature-in-your-powershell-scripts" target="_self"&gt;Creating A Timeout Feature In Your PowerShell Scripts&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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>Thu, 18 Nov 2021 08:59:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2196169#M32985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-18T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2842550#M39263</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got an similar error when I call the&amp;nbsp;New-PowerBIReport Command.&amp;nbsp;&lt;BR /&gt;The Command abort after 100 seconds with the code:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManuelW_1-1665752254206.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/804286i4BE5B22429591BD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManuelW_1-1665752254206.png" alt="ManuelW_1-1665752254206.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManuelW_2-1665752258511.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/804288i60C1E245E4B3453B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManuelW_2-1665752258511.png" alt="ManuelW_2-1665752258511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ManuelW_3-1665752312739.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/804289i7C39A2B460EA7394/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ManuelW_3-1665752312739.png" alt="ManuelW_3-1665752312739.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The timeout parameter does not work even if you just set it to 5 seconds and force a timeout.&lt;/P&gt;&lt;P&gt;@Anonymous&amp;nbsp;Your solution with the $ even dont work in my case.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanful for a hint &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 12:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/2842550#M39263</guid>
      <dc:creator>ManuelW</dc:creator>
      <dc:date>2022-10-14T12:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3389727#M44001</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/439511" target="_self"&gt;@&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/439511" target="_self"&gt;ManuelW&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the same issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tried the Timeout parameter from the New-PowerBIReport Command but it seems it is not taken into account. I still get the "The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.' error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Did you find a solution ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2023 09:30:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3389727#M44001</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-21T09:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3407462#M44184</link>
      <description>&lt;P&gt;I never was able to get this issue resolved. We ended up scrapping our import model &amp;amp; rebuilding as a direct Query model&amp;nbsp; , but at least it let us cut down how much we were spending on capacity&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 19:47:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3407462#M44184</guid>
      <dc:creator>Grzy7316</dc:creator>
      <dc:date>2023-08-30T19:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: New-PowerBIReport ignoring Timeout</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3612570#M47222</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&amp;nbsp;, Unfortunately, I have never found a solution either;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2024 08:20:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/New-PowerBIReport-ignoring-Timeout/m-p/3612570#M47222</guid>
      <dc:creator>ManuelW</dc:creator>
      <dc:date>2024-01-03T08:20:26Z</dc:date>
    </item>
  </channel>
</rss>

