<?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: Restful powerBI delete streaming in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138915#M4801</link>
    <description>&lt;P&gt;I just found out that the name of the table is RealTimeData (default name)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to delete it I get a 403, do I have to authenticate to be able to delete the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, can someone provide information about about the authentication procedure in order to perform such action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Wed, 08 Mar 2017 17:02:32 GMT</pubDate>
    <dc:creator>MiguelRosales</dc:creator>
    <dc:date>2017-03-08T17:02:32Z</dc:date>
    <item>
      <title>Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138030#M4773</link>
      <description>&lt;P&gt;Hello, I'm fairly new to power BI, I'm currently working with the streaming&amp;nbsp; restful API. I created the restful endpoint following a tutorial online and the POST operation works. I am able to push information and read it. I now need to delete the data from the table. My restful address when I push information looks like this&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.powerbi.com/beta/[STRING1]/datasets/[STRING2]/rows?key=[PRIVATE" target="_blank"&gt;https://api.powerbi.com/beta/[STRING1]/datasets/[STRING2]/rows?key=[PRIVATE&lt;/A&gt; KEY]&lt;/P&gt;&lt;P&gt;It was provided to me by power BI when I created the endpoint.&lt;/P&gt;&lt;P&gt;I'm guessing STRING1 corresponds to some sort of userID and STRING2 to my dataset&lt;/P&gt;&lt;P&gt;I found this DOC to delete the rows&lt;/P&gt;&lt;P&gt;&lt;A href="https://msdn.microsoft.com/en-us/library/mt238041.aspx" target="_blank"&gt;https://msdn.microsoft.com/en-us/library/mt238041.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The address doesn't match my endpoint address (I don't know what the table name is furthermore BETA and V1.0 are different I'm assuming)&lt;/P&gt;&lt;P&gt;DELETE &lt;A href="https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/tables/{table_name}/rows" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/tables/{table_name}/rows&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have tried a&lt;/P&gt;&lt;P&gt;DELETE &lt;A href="https://api.powerbi.com/beta/[STRING1]/datasets/[STRING2]/rows?key=[PRIVATE" target="_blank"&gt;https://api.powerbi.com/beta/[STRING1]/datasets/[STRING2]/rows?key=[PRIVATE&lt;/A&gt; KEY] and I got a 404 ERROR&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any I deas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 14:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138030#M4773</guid>
      <dc:creator>MiguelRosales</dc:creator>
      <dc:date>2017-03-07T14:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138687#M4794</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/23135"&gt;@MiguelRosales&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The DELETE ROWS api is for the regular datasets, suchs ones published from desktop, get data from service and even the "HISTORIC" data for steaming dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AFAIK, there's no api to delete rows in a streaming dataset, you'll have to delete and re-create a new one. You can submit this at &lt;A href="http://ideas.powerbi.com" target="_self"&gt;Power BI Ideas&lt;/A&gt; and vote it up.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 11:25:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138687#M4794</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-03-08T11:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138743#M4795</link>
      <description>&lt;P&gt;thank you,&lt;/P&gt;&lt;P&gt;what would a http request for a DELETE preformed on a "historic" data of a streaming dataset.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is what I was refering to actually. I need to clear the historic data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 12:45:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138743#M4795</guid>
      <dc:creator>MiguelRosales</dc:creator>
      <dc:date>2017-03-08T12:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138915#M4801</link>
      <description>&lt;P&gt;I just found out that the name of the table is RealTimeData (default name)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to delete it I get a 403, do I have to authenticate to be able to delete the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If yes, can someone provide information about about the authentication procedure in order to perform such action?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2017 17:02:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/138915#M4801</guid>
      <dc:creator>MiguelRosales</dc:creator>
      <dc:date>2017-03-08T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/139194#M4811</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/23135"&gt;@MiguelRosales&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;The DELETE API can delete the historic dataset according to my test. You'll have to specifiy an field "Authorization" valuing the "Bearer token" in the HTTP request header.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See a quick way to get the token in &lt;A href="https://community.powerbi.com/t5/Developer/HTTP-api-powered-com/m-p/137056" target="_self"&gt;this thread&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/32247i3AC58E2F92528C01/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 01:32:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/139194#M4811</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-03-09T01:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Restful powerBI delete streaming</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/676799#M19207</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang&lt;/a&gt;&amp;nbsp;is there anyway to execute this DELETE request from powershell?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 13:45:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Restful-powerBI-delete-streaming/m-p/676799#M19207</guid>
      <dc:creator>mthsdiniz</dc:creator>
      <dc:date>2019-04-24T13:45:51Z</dc:date>
    </item>
  </channel>
</rss>

