Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I developed a custom connector which connects to an API to obtain data. As the third party API has pagination, I had to create a custom connector to go through the pages to obtain the data. I was able to get it to with with the Power Query SDK and I've published teh report. I've also setup the on prem gateway and configured it to connect to the connector.
When I tried to configure the data source within Power BI service, there are no options for the Authentication methods. It would look like:
I'm following the link https://learn.microsoft.com/en-us/power-query/samples/trippin/9-testconnection/readme to set this up. The code I used for the TestConnection Handler is:
// Data Source Kind description
FreshDesk_API = [
TestConnection = (dataSourcePath) => { "FreshDesk_API.Contents" },
Authentication = [
// Key = [],
UsernamePassword = [
UsernameLabel = "API Key",
PasswordLabel = "Password"
]
// Windows = [],
//Implicit = []
],
Label = "FreshDesk API connector"
];
I want to use Basic authentication because the API also uses this. I was wondering how do I get the authentication methods?
Jason
I'm now also face the issue exactly similar to yours.
Did you solve this problem? Can you possibly give me any advice?
Thank in advance!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
19 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
32 | |
25 | |
25 | |
19 | |
19 |