<?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: Can not Delete rows using PowerBI REST API in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110975#M3877</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8674"&gt;@AlexSavchenko&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Streaming data using Heatmap? Could you clarify that the&amp;nbsp;&lt;SPAN&gt;Streaming DataSet in you post refers to &lt;A href="https://powerbi.microsoft.com/en-us/blog/real-time-in-no-time-with-power-bi/" target="_self"&gt;this&lt;/A&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jan 2017 01:13:45 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-01-10T01:13:45Z</dc:date>
    <item>
      <title>Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110193#M3859</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a C# script which fill in Streaming DataSet. It works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to delete all rows from dataset, I get error "(404) not found at System.Net.HttpWebResponse.GetResponse()".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use instructions from &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; for both operations (POST, DELETE)&lt;/P&gt;&lt;P&gt;The only difference from instruction, - I do not use this autorisation stuff:&lt;/P&gt;&lt;PRE&gt;request.Headers.Add("Authorization", String.Format("Bearer {0}", token)); &lt;/PRE&gt;&lt;P&gt;I beleave it no related to my case&amp;nbsp;moreother POST works with no problem).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2017 22:44:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110193#M3859</guid>
      <dc:creator>AlexSavchenko</dc:creator>
      <dc:date>2017-01-06T22:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110521#M3868</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8674"&gt;@AlexSavchenko&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;That DELETE API is to delete the rows from one table in a normal dataset. I don't think it is applicable to the&amp;nbsp;streaming dataset, as the streaming dataset doesn't contain any explicit table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you call the API and why do you have to delete data when using&amp;nbsp;&lt;SPAN&gt;Streaming DataSet.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;By the way, the &lt;A title="" href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-real-time-streaming/" target="_self" rel="nofollow noopener noreferrer"&gt;Real-time streaming in Power BI&lt;/A&gt;&amp;nbsp;is still in preview, for any feature request, you can confirm in forum and submit your idea at &lt;A title="" href="http://ideas.powerbi.com/" target="_self" rel="nofollow noopener noreferrer"&gt;Power BI Ideas&lt;/A&gt; and vote it up.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 06:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110521#M3868</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-01-09T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110720#M3874</link>
      <description>&lt;P&gt;Thank you v-lvzhan-msft&lt;SPAN class=""&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I am trying to build live stream dashboard based on H&lt;SPAN&gt;eatmap visualization&amp;nbsp;as explained here:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Best-Visual-Contest/Heatmap/cns-p/7551" target="_blank"&gt;https://community.powerbi.com/t5/Best-Visual-Contest/Heatmap/cns-p/7551&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I have got heatmap and it looks great, but with time it shows more and more data, when I&amp;nbsp;actually need to represent dots only for last say 10 minutes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Solution is: once per minute delete all existing rows from dataset and load new rows.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;But I can not find the way to delete it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;I did not know, that Delete API has some issues for Live Stream, will try to communicate with HeatMAp Visualisation developers,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 15:10:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110720#M3874</guid>
      <dc:creator>AlexSavchenko</dc:creator>
      <dc:date>2017-01-09T15:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110975#M3877</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8674"&gt;@AlexSavchenko&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Streaming data using Heatmap? Could you clarify that the&amp;nbsp;&lt;SPAN&gt;Streaming DataSet in you post refers to &lt;A href="https://powerbi.microsoft.com/en-us/blog/real-time-in-no-time-with-power-bi/" target="_self"&gt;this&lt;/A&gt;?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 01:13:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/110975#M3877</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-01-10T01:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/339920#M10047</link>
      <description>&lt;P&gt;Have you find any solution till now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:08:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/339920#M10047</guid>
      <dc:creator>bhanudaybirla</dc:creator>
      <dc:date>2018-01-17T10:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can not Delete rows using PowerBI REST API</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/339922#M10048</link>
      <description>&lt;P&gt;Have you find any solution for this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 10:10:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Can-not-Delete-rows-using-PowerBI-REST-API/m-p/339922#M10048</guid>
      <dc:creator>bhanudaybirla</dc:creator>
      <dc:date>2018-01-17T10:10:53Z</dc:date>
    </item>
  </channel>
</rss>

