Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi,
I have downloaded the github source code of the TripPin connector (from the tutorial). I have built it and added to PowerBi Desktop.
I've created a small report with a table that show some Airport data. I've published the report online (on my online workspace).
I've installed the on-premise data gateway and configured it. I see the TripPin connector in the gateway window (connector is listed).
When I try to refresh the data online, it says that de data source is not configured correctly. When I go to the Data connexion, I can't choose any authentication and so I cant connect it (see attached screenshot).
Hi @etiskapp2 ,
In order to make troubleshooting and get a solution, could you please check and confirm the following info?
TripPin 9 - Test Connection - Power Query | Microsoft Learn
1. Add a TestConnection handler to your connector: This is generally the same as your main data source function. The TestConnection handler is added to the Data Source Kind declaration record (the same place you declare its supported authentication type(s)).
2. Gateway
Best Regards
Regarding the gateway i've don exactly what you say.
I've downloaded the source code from github and used the 10-TableView1 folder in TripPin. So the test connection is already implemented.
I've got this as a test connection that comes from your repository :
TripPin = [
// TestConnection is required to enable the connector through the Gateway
TestConnection = (dataSourcePath) => {"TripPin.Contents"},
Authentication = [
Anonymous = []
],
Label = "TripPin Part 10 - Query Folding part 1"
];
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
7 | |
2 | |
2 | |
1 |
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 |