<?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 Fast moving data in Power BI embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/534118#M16412</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a solution that I am trying to design to support Power BI embedded (app owns data for ISV), and fast moving data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot use push data sets unfortunately, since they dont support RLS which is a mandatory requirement for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am simply going to push data into a DB and use Direct Query, but I had some questions I cannot find answers too online:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. In order to avoid the user always hitting refresh on the page to view minute-by-minute data changes, can I use the client side JavaScript SDK to refresh the Power BI visuals? Ideally, the graphs/visuals should update without the user touching anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In extention to the above question, would a programatic refresh of the visuals count as a "render" with respect to costing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 23:37:19 GMT</pubDate>
    <dc:creator>xmark</dc:creator>
    <dc:date>2018-10-04T23:37:19Z</dc:date>
    <item>
      <title>Fast moving data in Power BI embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/534118#M16412</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a solution that I am trying to design to support Power BI embedded (app owns data for ISV), and fast moving data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot use push data sets unfortunately, since they dont support RLS which is a mandatory requirement for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;am simply going to push data into a DB and use Direct Query, but I had some questions I cannot find answers too online:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. In order to avoid the user always hitting refresh on the page to view minute-by-minute data changes, can I use the client side JavaScript SDK to refresh the Power BI visuals? Ideally, the graphs/visuals should update without the user touching anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. In extention to the above question, would a programatic refresh of the visuals count as a "render" with respect to costing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 23:37:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/534118#M16412</guid>
      <dc:creator>xmark</dc:creator>
      <dc:date>2018-10-04T23:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fast moving data in Power BI embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/536293#M16538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/43047"&gt;@xmark&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Javascript SDK you have two options:&lt;/P&gt;&lt;P&gt;1) Reload (it will reload iframe)&lt;/P&gt;&lt;P&gt;2) Refresh (it is similar to refresh button in PBI Desktop)&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="js sdk" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/124584i4065FAC5A68128A5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="js sdk.JPG" alt="js sdk" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;js sdk&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Javascript Example -&amp;nbsp;&lt;A href="https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#" target="_self"&gt;https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html#&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ruslan&lt;BR /&gt;-------------------------------------------------------------------&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2018 13:04:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/536293#M16538</guid>
      <dc:creator>zoloturu</dc:creator>
      <dc:date>2018-10-08T13:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Fast moving data in Power BI embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/538469#M16625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/52035"&gt;@zoloturu&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply, do you know if/how either of these options affect the report renders with respect to pricing?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:38:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/538469#M16625</guid>
      <dc:creator>xmark</dc:creator>
      <dc:date>2018-10-10T10:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Fast moving data in Power BI embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/568683#M17635</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/43047"&gt;@xmark&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Power BI Service you pay for:&lt;/P&gt;&lt;P&gt;* Power BI Service license (Pro)&lt;/P&gt;&lt;P&gt;* capacity (if applicable) - Power BI Embedded (price/hour) and Power BI Premium (price/month)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can still embed without capacity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No additional costs applied for scripting and using SDKs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Ruslan&lt;BR /&gt;-------------------------------------------------------------------&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Nov 2018 16:08:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Fast-moving-data-in-Power-BI-embedded/m-p/568683#M17635</guid>
      <dc:creator>zoloturu</dc:creator>
      <dc:date>2018-11-19T16:08:03Z</dc:date>
    </item>
  </channel>
</rss>

