<?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 Delete rows from dataset with REST API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/453840#M13944</link>
    <description>&lt;P&gt;I can't seem to find any documentation on how to delete data from a push dataset using a Delete request with the API. Is that functionality available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As there is no rolling hour filtering capabilities on reports/visuals, I want to delete any rows in the dataset older than X number of hours using the API. This way I dont have to filter the report but it would always display the last X number of hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Advice would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jul 2018 14:52:52 GMT</pubDate>
    <dc:creator>flennon</dc:creator>
    <dc:date>2018-07-03T14:52:52Z</dc:date>
    <item>
      <title>Delete rows from dataset with REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/453840#M13944</link>
      <description>&lt;P&gt;I can't seem to find any documentation on how to delete data from a push dataset using a Delete request with the API. Is that functionality available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As there is no rolling hour filtering capabilities on reports/visuals, I want to delete any rows in the dataset older than X number of hours using the API. This way I dont have to filter the report but it would always display the last X number of hours.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Advice would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 14:52:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/453840#M13944</guid>
      <dc:creator>flennon</dc:creator>
      <dc:date>2018-07-03T14:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows from dataset with REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/454432#M13965</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/68598"&gt;@flennon&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a REST API called&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/rest/api/power-bi/pushdatasets/datasets_deleterowsingroup" target="_self"&gt;datasets_deleterowsingroup&lt;/A&gt;. But it will delete all the rows. Maybe you can give it a try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: 'Segoe UI'; font-size: 10.5pt; color: #333333;"&gt;Dale&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jul 2018 08:09:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/454432#M13965</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-07-04T08:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows from dataset with REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/2650821#M37464</link>
      <description>&lt;P&gt;Where do I get the missing variable values?&lt;/P&gt;&lt;P&gt;E.g.&amp;nbsp; "myorg", data set id?&lt;/P&gt;&lt;P&gt;Do I need an API key or some other auth token?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The doc says to use this URL for DELETE&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/tables/Product/rows" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/datasets/cfafbeb1-8037-4d0c-896e-a46fb27ff229/tables/Product/rows&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But Power BI Desktop gives me such an URL for POST&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/beta/79a1372c-xxxx-4a82b7/datasets/3ff8-xxxx-7130265/rows?key=fgEBgY2enyf0xzzzxxxxxBnQN5uGw%3D%3D" target="_blank" rel="noopener"&gt;https://api.powerbi.com/beta/79a1372c-xxxx-4a82b7/datasets/3ff8-xxxx-7130265/rows?key=fgEBgY2enyf0xzzzxxxxxBnQN5uGw%3D%3D&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;So, how to construct a valid DELETE URL?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:19:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Delete-rows-from-dataset-with-REST-API/m-p/2650821#M37464</guid>
      <dc:creator>Felix_Schulte</dc:creator>
      <dc:date>2022-07-20T15:19:07Z</dc:date>
    </item>
  </channel>
</rss>

