Forum Discussion

khush19's avatar
khush19
Resolver I
7 years ago
Solved

what is difference between using API and pushing the json data in powerBI or registering through app

Hi,   I am new to powerBI.I need to implement Real time reports in PowerBI. In the initial Analysis,I came across there are many ways to do it.but in our organization we want to implement via writ...
  • v-diye-msft's avatar
    7 years ago

    Hi khush19 

     

    1. If you'd like to model the dataset in the service, please use the desktop to connect : Get Data>Power Bi dataset, then publish it after modelling.

     

    2. You may refer to:http://www.microsofttrends.com/2015/02/17/pushing-data-into-power-bi-preview-using-the-new-rest-api-part-1/

     

    3. 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 . 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. All requests to REST APIs are secured using Azure AD OAuth. For streaming datasets created using the Power BI service UI, as described in the previous paragraph, Azure AD authentication is not required.