Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
When I edit the credentials I get the error below
I am using the code below for the TestConnection Handler
// Data Source Kind description
Xero_Isos = [
TestConnection = (dataSourcePath) => { "Xero_Isos.Contents" , dataSourcePath},
Authentication = [
OAuth = [
StartLogin = StartLogin,
FinishLogin = FinishLogin,
Logout = Logout,
Refresh = Refresh
]
]
,Label = Extension.LoadString ("DataSourceLabel")
];
Any help would be greatly appriciated
Hi @DavidEntekrity ,
Did you configure any gateway and using your custom connector with gateway? You can refer the content in the following links to get it.
1. Personal gateway
Configure Power BI Data Gateway
Use custom data connectors with the on-premises data gateway
2. Adding a TestConnection handler
How to enable scheduled refresh for your custom connector
Why does my Custom Connector not refresh?
Best Regards
Hi,
Yes, I have confirgured my Personnal Gateway and I do see the custom connector in the service
I also had added a TestConnection handler as below
TestConnection = (dataSourcePath) => { "Xero_Isos.Contents" , dataSourcePath}
Kind Regards
David
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |