Forum Discussion
Some basic questions...
No. Power BI can't be used as a completely stand-alone on premise solution. Even you use SSRS 2016 report server to integrate Power BI, you still need to interact with the AAD. See: Power BI Report Server Integration (Configuration Manager). So when you get offline completely, you can only access the .pbix created in Power BI Desktop.
For the REST API, there's no "best practice" guide for performance. Just pay attention to: Power BI REST API limitations
Regards,
Thanks Simon.
If I rephrase my question better - can your data be kept on premise and and not moved to the cloud? So for example, can the REST api be used to populate datasets locally, although authentication etc. may need to happen on-line?
Thank again.
- powerbi-oe9 years agoFrequent VisitorAnyone can answer my questions? Can the Rest API be used with Power BI desktop, to push data into a dataset?
Thanks- mim9 years agoAdvocate V
as far as i know,no there is no way to push datasets in PowerBI desktop, but you can always refresh or use Direct query,
I think you may get more answers if you say exactly what you want to do.
bottom line, if you want something like PowerBI on premise you have to wait for SQL server Vnext
cheers
- powerbi-oe9 years agoFrequent VisitorThanks mim
We have an ERP solution for which I'm investigating the possibility on integrating with power bi.
I think some of our customers may be resistant to putting their data into the cloud based power bi, so I'm interested in the capabilities of the desktop version.
As our database is large and complicated, we prefer not to use odbc access, but prefer exposing data in a more structured way.
Hope that provides some useful background.