Forum Discussion
Create a data catalog (list of dataflows, datasets, reports, applications) in Power BI
Power BI REST API custom connector is exactly what you want to use. You can find it here.
migueesc123/PowerBIRESTAPI: A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API (github.com)
You will need a gateway to refresh the report in the service. Pretty strightforward explaination on how to use the connector locally and on a gateway here.
Connector Extensibility in Power BI - Power BI | Microsoft Docs
Thanks
Hello,
Thanks for your answer.
Is this connector certified and supported when there is an upgrade?
Is this working on the cloud?
Thank you!
- m-colbert4 years agoResolver III
Unfortunately, the connector has not been certified. It continues to be improved with regular activity adding new methods and correcting any bugs. I've been using for over a year very successfully and seems to be regularly updated. You can view the update history on github.
In order to refresh in the cloud, it needs to be added to an on-premise gateway. This is all documented here.
Use custom data connectors with the on-premises data gateway - Power BI | Microsoft Docs
Hope this helps.