<?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: Get-PowerBIDataSet Error in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3573660#M45697</link>
    <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/657167"&gt;@Aaronasp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
    <pubDate>Fri, 08 Dec 2023 02:28:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-12-08T02:28:36Z</dc:date>
    <item>
      <title>Get-PowerBIDataSet Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3571237#M45685</link>
      <description>&lt;P&gt;The below the lines of code are part of one of my powershell scripts and it was working until this week when I starter to get an error (see below):&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;P&gt;$datasetName = (Get-PowerBIdataset -Id $datasetID -Scope Organization).Name&lt;BR /&gt;if ( [string]::IsNullOrEmpty($datasetName)){&lt;BR /&gt;write-host "UNKNOWN - Could not find the requested dataset!"&lt;BR /&gt;exit 3&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;Get-PowerBIdataset : A task was canceled.&lt;BR /&gt;At E:\PowerBI\scripts\nagios-check-refresh.ps1:131 char:17&lt;BR /&gt;+ ... asetName = (Get-PowerBIdataset -Id $datasetID -Scope Organization).Na ...&lt;BR /&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;+ CategoryInfo : WriteError: (Microsoft.Power...tPowerBIDataset:GetPowerBIDataset) [Get-PowerBIDataset], TaskCanceledException&lt;BR /&gt;+ FullyQualifiedErrorId : A task was canceled.,Microsoft.PowerBI.Commands.Data.GetPowerBIDataset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried a lot of ways to avoid this but the&amp;nbsp;Get-PowerBIDataSet is not returning any value when I pass the $datasetid and I confirmed it's valid and the user is an admin.&lt;/P&gt;&lt;P&gt;Not sure if this is related to the update on the Power BI to the dataset that are not longer called in that way but Semantic Model, please advise about any possible solution.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 20:15:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3571237#M45685</guid>
      <dc:creator>Aaronasp</dc:creator>
      <dc:date>2023-12-06T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get-PowerBIDataSet Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3573660#M45697</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/657167"&gt;@Aaronasp&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 02:28:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3573660#M45697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-08T02:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Get-PowerBIDataSet Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3574467#M45706</link>
      <description>&lt;P&gt;I tried to get the name of the dataset using the datasetID in this line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;$datasetName = (Get-PowerBIdataset -Id $datasetID -Scope Organization).Name&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but apparently the Get-PwerBIdataset is not working anymore because is returning the error I posted above, no matter how I change that never return the value and that was working just fine until this week.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 13:10:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3574467#M45706</guid>
      <dc:creator>Aaronasp</dc:creator>
      <dc:date>2023-12-08T13:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get-PowerBIDataSet Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3590933#M45835</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/657167"&gt;@Aaronasp&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Have many times you test with these API? AFAIK, current tenant/capacity existed limitation process the request and they will block/cancelled if too many requests sent.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;In addition, how long did this request processed? If the current request execute too long times power bi service will also cancel the request.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 09:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3590933#M45835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-19T09:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Get-PowerBIDataSet Error</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3591670#M45863</link>
      <description>&lt;P&gt;how this can be a solution, this is a joke, nothing that you mentioned make any sense, there is no limitation on nothing, I found a work around that but stop posting things that doesn't help at all, thanks for nothing&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 15:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-PowerBIDataSet-Error/m-p/3591670#M45863</guid>
      <dc:creator>Aaronasp</dc:creator>
      <dc:date>2023-12-19T15:10:03Z</dc:date>
    </item>
  </channel>
</rss>

