<?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: Only displaying most recent data in a push dataset in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/421858#M12640</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/65002"&gt;@mikeelindsay&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Streaming data is pushed into the streaming dataset directly. I'm afraid it's hard to filter the max value. Actually, we can't filter the push dataset. Please refer to&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming#can-i-use-filters-on-push-dataset-how-about-streaming-dataset" target="_self"&gt;power-bi/service-real-time-streaming#can-i-use-filters-on-push-dataset-how-about-streaming-dataset&lt;/A&gt;. The workaround could be filtering the data before pushing them into Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
    <pubDate>Mon, 21 May 2018 14:15:52 GMT</pubDate>
    <dc:creator>v-jiascu-msft</dc:creator>
    <dc:date>2018-05-21T14:15:52Z</dc:date>
    <item>
      <title>Only displaying most recent data in a push dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/420106#M12557</link>
      <description>&lt;P&gt;We're currently trialing Power Bi as a replacement for Grafana dashboards and an internal reporting system so we can consolidate them into the same system but we've hit a road block.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'd like to be able to look back on our dashboard datasets at any given time in the past and be able to see what was going on at that moment. Grafana seemlessly updates the data since it just reaches out and queries it's data source\SQL Server and replaces the data. We've created a service in powershell that post data via api to&amp;nbsp;a 'push' dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm about to push data and get it to display however I'm having an issue filtering only the newest data to show on the Dashboard as it seems to sum everything. I've found I can clear the dataset and it shows the table with just the newest data however that causes the dashboard to go blank for that tile and flicker for a second. I've included the simple example below that I'm trying to push with the datatypes-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ServerName:&lt;/STRONG&gt; String&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ServerValue:&lt;/STRONG&gt; Int64&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RequestDateTime:&lt;/STRONG&gt; DateTime&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Post request looks like&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"rows": [&lt;/P&gt;&lt;P&gt;{ "ServerName": "server1", "ServerValue": "523", "RequestDateTime": "CurrentDateTimeHere"},&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "ServerName": "server2", "ServerValue": "123", "RequestDateTime": "CurrentDateTimeHere"},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "ServerName": "server3", "ServerValue": "963", "RequestDateTime": "CurrentDateTimeHere"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the RequestDateTime's are the same each post as they are pulled from a predefined variable prior to each request so the newest data always has the same DateTime value and I'd very much like to be able to only show whatever rows have the Max DateTime in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been spinning my wheels on this for the past 3-4 hours. Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 19:10:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/420106#M12557</guid>
      <dc:creator>mikeelindsay</dc:creator>
      <dc:date>2018-05-17T19:10:49Z</dc:date>
    </item>
    <item>
      <title>Showing only newest data in dashboard for a push dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/420107#M12635</link>
      <description>&lt;P&gt;We're currently trialing Power Bi as a replacement for Grafana dashboards and an internal reporting system so we can consolidate them into the same system but we've hit a road block.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We'd like to be able to look back on our dashboard datasets at any given time in the past and be able to see what was going on at that moment. Grafana seemlessly updates the data since it just reaches out and queries it's data source\SQL Server and replaces the data. We've created a service in powershell that post data via api to&amp;nbsp;a 'push' dataset.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm about to push data and get it to display however I'm having an issue filtering only the newest data to show on the Dashboard as it seems to sum everything. I've found I can clear the dataset and it shows the table with just the newest data however that causes the dashboard to go blank for that tile and flicker for a second. I've included the simple example below that I'm trying to push with the datatypes-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ServerName:&lt;/STRONG&gt; String&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ServerValue:&lt;/STRONG&gt; Int64&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RequestDateTime:&lt;/STRONG&gt; DateTime&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Post request looks like&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;{"rows": [&lt;/P&gt;&lt;P&gt;{ "ServerName": "server1", "ServerValue": "523", "RequestDateTime": "CurrentDateTimeHere"},&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "ServerName": "server2", "ServerValue": "123", "RequestDateTime": "CurrentDateTimeHere"},&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{ "ServerName": "server3", "ServerValue": "963", "RequestDateTime": "CurrentDateTimeHere"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;]}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the RequestDateTime's are the same each post as they are pulled from a predefined variable prior to each request so the newest data always has the same DateTime value and I'd very much like to be able to only show whatever rows have the Max DateTime in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been spinning my wheels on this for the past 3-4 hours. Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 19:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/420107#M12635</guid>
      <dc:creator>mikeelindsay</dc:creator>
      <dc:date>2018-05-17T19:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Only displaying most recent data in a push dataset</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/421858#M12640</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/65002"&gt;@mikeelindsay&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Streaming data is pushed into the streaming dataset directly. I'm afraid it's hard to filter the max value. Actually, we can't filter the push dataset. Please refer to&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming#can-i-use-filters-on-push-dataset-how-about-streaming-dataset" target="_self"&gt;power-bi/service-real-time-streaming#can-i-use-filters-on-push-dataset-how-about-streaming-dataset&lt;/A&gt;. The workaround could be filtering the data before pushing them into Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Dale&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 14:15:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Only-displaying-most-recent-data-in-a-push-dataset/m-p/421858#M12640</guid>
      <dc:creator>v-jiascu-msft</dc:creator>
      <dc:date>2018-05-21T14:15:52Z</dc:date>
    </item>
  </channel>
</rss>

