<?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: what is difference between using API and pushing the json data in powerBI or registering through in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/754973#M20180</link>
    <description>&lt;P&gt;Thanks diye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct me if I am wrong ,to use&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Power BI REST APIs&amp;nbsp;&lt;/SPAN&gt;we need to register through app and get secured via&amp;nbsp;&lt;SPAN&gt;Azure AD authentication.So for streaming dataset created through Power BI service,we cann't use Power BI REST APIs if we are writing any console application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 09:14:49 GMT</pubDate>
    <dc:creator>khush19</dc:creator>
    <dc:date>2019-08-01T09:14:49Z</dc:date>
    <item>
      <title>what is difference between using API and pushing the json data in powerBI or registering through app</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/752205#M20167</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to powerBI.I need to implement Real time reports in PowerBI.&lt;/P&gt;&lt;P&gt;In the initial Analysis,I came across there are many ways to do it.but in our organization we want to implement via writing .net application and&amp;nbsp; I am confused between below mentioned items.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We can register our app and then write code to push the data in PowerBi using Power Bi&amp;nbsp; Rest API ,something like mentioned in he link&amp;nbsp;&lt;A href="https://thstechbit.blogspot.com/2018/01/sample-app-to-push-data-to-power-bi.html" target="_blank" rel="noopener"&gt;https://thstechbit.blogspot.com/2018/01/sample-app-to-push-data-to-power-bi.html&lt;/A&gt;&amp;nbsp;.As in Push dataset we can have multiple tables,how we can do modelling in this ,as this is happening at powerBI service where we dnt have Modelling tab?&lt;/LI&gt;&lt;LI&gt;We can also create dataset using 'real time streaming in Power BI'where we have&amp;nbsp;&lt;BR /&gt;API option in PowerBi and create Json structure&amp;nbsp; and then create console application which will populate the data.Something like&amp;nbsp;&lt;A href="https://www.sqlshack.com/real-time-streaming-in-power-bi/" target="_blank" rel="noopener"&gt;https://www.sqlshack.com/real-time-streaming-in-power-bi/ &lt;/A&gt;&amp;nbsp;Can we use Rest API for this?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;So what is the difference between both?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 09:38:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/752205#M20167</guid>
      <dc:creator>khush19</dc:creator>
      <dc:date>2019-07-30T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between using API and pushing the json data in powerBI or registering through</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/753808#M20170</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/148345"&gt;@khush19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. If you'd like to model the dataset in the service, please use the desktop to connect : Get Data&amp;gt;Power Bi dataset, then publish it after modelling.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. You may refer to:&lt;A href="http://www.microsofttrends.com/2015/02/17/pushing-data-into-power-bi-preview-using-the-new-rest-api-part-1/" target="_self"&gt;http://www.microsofttrends.com/2015/02/17/pushing-data-into-power-bi-preview-using-the-new-rest-api-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;3.&amp;nbsp;When Historic data analysis is disabled (it is disabled by default) using the Streaming Dataset UI (that is the second method you indicated above), you'll create a streaming dataset&amp;nbsp;. When Historic data analysis is enabled, the dataset created becomes both a streaming dataset and a push dataset. This is equivalent to using the Power BI REST APIs to create a dataset with its defaultMode set to pushStreaming.&amp;nbsp;All requests to REST APIs are secured using Azure AD OAuth.&amp;nbsp;For streaming datasets created using the Power BI service UI, as described in the previous paragraph, Azure AD authentication is not required.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 09:36:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/753808#M20170</guid>
      <dc:creator>v-diye-msft</dc:creator>
      <dc:date>2019-07-31T09:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between using API and pushing the json data in powerBI or registering through</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/754973#M20180</link>
      <description>&lt;P&gt;Thanks diye,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct me if I am wrong ,to use&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;Power BI REST APIs&amp;nbsp;&lt;/SPAN&gt;we need to register through app and get secured via&amp;nbsp;&lt;SPAN&gt;Azure AD authentication.So for streaming dataset created through Power BI service,we cann't use Power BI REST APIs if we are writing any console application?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 09:14:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/754973#M20180</guid>
      <dc:creator>khush19</dc:creator>
      <dc:date>2019-08-01T09:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: what is difference between using API and pushing the json data in powerBI or registering through</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/755051#M20183</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/148345"&gt;@khush19&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to get the power bi embeded token, you need to register an app and then &lt;SPAN&gt;get secured via&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Azure AD authentication, but you just wanna use the rest API in service, just&amp;nbsp;get&amp;nbsp;Azure AD authentication token is enough.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;we can use the Rest API for&amp;nbsp;streaming dataset.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 10:15:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/what-is-difference-between-using-API-and-pushing-the-json-data/m-p/755051#M20183</guid>
      <dc:creator>v-diye-msft</dc:creator>
      <dc:date>2019-08-01T10:15:01Z</dc:date>
    </item>
  </channel>
</rss>

