<?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: Realtime Reports in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4004535#M53549</link>
    <description>&lt;P&gt;This is unfortunately correct - streaming datasets only support single tables.&amp;nbsp; You can consider to use push datasets instead - there you can have multiple tables. Of course push datasets come with their own limitiations, like the absence of sliding windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Worth considering the real time capabilities of Fabric.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2024 17:29:55 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-06-21T17:29:55Z</dc:date>
    <item>
      <title>Realtime Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4004006#M53543</link>
      <description>&lt;P&gt;Hello, I have just started using Power BI a couple of weeks back - I am now assigned to create a real-time report/dashboard for a&amp;nbsp;telephony system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are different end-points from Telephony System to be used, like "CallsOK", "CallsKO", "RTAgentsLoggedIN", "RTCallsBeingProc" etc...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using Power BI Service, Streaming Dataset Models for all these endpoints are created. Now, on report/dashboard I need to show details which require multiple endpoints:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example, "CallsOK" AND "CallsKO" to get the total number of calls - "RTCallsBeingProc" and "RTAgentsLoggedIN" to display another required info. I do not see a way to add more than one of these streaming data sets to create a report.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This might not be the correct option/design for my requirement at all - but in any case, can someone please help with some reference link or details on how this can be designed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhav&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 13:49:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4004006#M53543</guid>
      <dc:creator>MadhavDholakia</dc:creator>
      <dc:date>2024-06-21T13:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Realtime Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4004535#M53549</link>
      <description>&lt;P&gt;This is unfortunately correct - streaming datasets only support single tables.&amp;nbsp; You can consider to use push datasets instead - there you can have multiple tables. Of course push datasets come with their own limitiations, like the absence of sliding windows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Worth considering the real time capabilities of Fabric.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 17:29:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4004535#M53549</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-21T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Realtime Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4020573#M53847</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;- apologies for the delayed response. so if I understand Push Datasets correctly - the ones I have created are Push Datasets (Historic data analysis is ON)&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="MadhavDholakia_0-1719926915122.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1125442i21EC59597DC91074/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MadhavDholakia_0-1719926915122.png" alt="MadhavDholakia_0-1719926915122.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is this a correct way to create Push Dataset? How can I us multiple of these Push Datasets in a single report?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 13:32:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4020573#M53847</guid>
      <dc:creator>MadhavDholakia</dc:creator>
      <dc:date>2024-07-02T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Realtime Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4020908#M53850</link>
      <description>&lt;P&gt;No, push datasets don't have a concept of "history".&amp;nbsp; You can fill them up to their 5M row limit and then have to reset them.&amp;nbsp; This is different from Streaming datasets that can have a FIFO sliding window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets" target="_blank"&gt;Push Datasets - REST API (Power BI Power BI REST APIs) | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 15:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Realtime-Reports/m-p/4020908#M53850</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-07-02T15:52:58Z</dc:date>
    </item>
  </channel>
</rss>

