Forum Discussion
jaime_blackwell
Helper I
5 years agoCustom Connector raising error with Data Gateway in Power BI Service
Hi Community, I've just built a custom connector to enable me to connect to Xero's API. It is working in Power BI Desktop, but fails to refresh in Power BI Service. here: https://gist.github.com...
V-lianl-msft
Community Support
5 years agoHi jaime_blackwell ,
- Add a TestConnection handler to your connector
- Install the On-Premises Data Gateway in Personal mode
- Enable Custom Connector support in the Gateway
- Publish a workbook that uses your connector to PowerBI.com
- Configure scheduled refresh to test your connector
Please refer to :
https://docs.microsoft.com/en-us/power-query/samples/trippin/9-testconnection/readme
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
jaime_blackwell
Helper I
5 years agoHi Liang,
I'm not sure if you read my post. I've already completed those steps and I'm still experience the error. Do you have any advice for resolving this? Thanks!