Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |