<?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: Passing Dynamic Data to Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/187782#M5986</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15288"&gt;@turbo&lt;/a&gt;&amp;nbsp;Did u get success in it? if yes, can u please share an example with me as even i have similar requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2017 06:45:46 GMT</pubDate>
    <dc:creator>kamalneel81</dc:creator>
    <dc:date>2017-06-05T06:45:46Z</dc:date>
    <item>
      <title>Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/76401#M2628</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use Power BI Embedded in my Web App. My web app allows users to design their own data structures and collect data into them (more like google forms). This means - I am dealing with dynamic json data&lt;/P&gt;&lt;P&gt;Can powerBI api help me do either of the following - Push my json data to the Power BI embedded and let the user create their own tiles and reports on Power BI. - Or i can parse through the json and generate Graphs on Power BI based on the datatypes in the JSON&lt;/P&gt;&lt;P&gt;Any ideas, code snippets, links will be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2016 09:29:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/76401#M2628</guid>
      <dc:creator>turbo</dc:creator>
      <dc:date>2016-10-08T09:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/76733#M2644</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15288"&gt;@turbo﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm afraid not. See &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details" target="_blank"&gt;https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details&lt;/A&gt; for what and how to embed.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 10:34:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/76733#M2644</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-10-10T10:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/77172#M2664</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/11389"&gt;@v-chuncz-msft﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea if the embed URL i get from the API is dynamic for each call i make to the API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is dynamic, then i can make multiple calls to get different embed URL and bind each call with different datasets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am probably pushing it too far now but i really want to use power BI &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 10:54:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/77172#M2664</guid>
      <dc:creator>turbo</dc:creator>
      <dc:date>2016-10-11T10:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/79421#M2799</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15288"&gt;@turbo﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that is the case, you may use JavaScript to change&amp;nbsp;the URL of the document to embed in the iframe.&lt;/P&gt;&lt;PRE&gt;document.getElementById('myIFrame').src='https://...';&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:07:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/79421#M2799</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-10-18T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/79432#M2800</link>
      <description>&lt;P&gt;Thanks! will do that&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:35:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/79432#M2800</guid>
      <dc:creator>turbo</dc:creator>
      <dc:date>2016-10-18T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Dynamic Data to Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/187782#M5986</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/15288"&gt;@turbo&lt;/a&gt;&amp;nbsp;Did u get success in it? if yes, can u please share an example with me as even i have similar requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 06:45:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Dynamic-Data-to-Power-BI-Embedded/m-p/187782#M5986</guid>
      <dc:creator>kamalneel81</dc:creator>
      <dc:date>2017-06-05T06:45:46Z</dc:date>
    </item>
  </channel>
</rss>

