The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I am working on a solution to automate the process of the PBIX files publish to Power BI premium workspaces/Groups and auto datarefresh of datasets from the onprem underlying datasources using the latest Power BI REST API.
Following are the limitations found with the Power BI REST API for the complete automation with out any manual intervention through Power BI Service.
1) There is no method to change the URL of the underlying Datasources(Eg. Web API Url) present in Pbix file while importing into workspaces, to fetch the client specific data by passing different clientId for different clients.
2) There is no api call to fetch the underlying datasources(Eg. .xlsx file, Web Api Url, OData,..) for a dataset in Pbix file.
3) There is no proper code to create a datasource for a Gateway for underlysing datasource is of type Web Url and with Windows authentication.
4) There is no api call to add/link a dataset to the onpremises Gateway configured. Currently we need to goto Power BI Service for manual linking.
I request any help in overcoming these scenario's.
Where do you find those limitations?
These issues are found/lacking after exploring the different options given in latest Power BI REST API Reference given in MSDN