Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 writing .net application and I am confused between below mentioned items.
So what is the difference between both?
Thanks in advance
Solved! Go to Solution.
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-...
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.
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-...
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.
Thanks diye,
Correct me if I am wrong ,to use Power BI REST APIs we need to register through app and get secured via 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?
Thanks in advance
Hi @khush19 ,
If you want to get the power bi embeded token, you need to register an app and then get secured via Azure AD authentication, but you just wanna use the rest API in service, just get Azure AD authentication token is enough.
we can use the Rest API for streaming dataset.
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |