Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I have a Custom Data Connector that calls a Rest API. I want the Connector to prompt for parameters that I can add to the API request. I see how parameters are collected in the HelloWorldWithDocs example. You define a type, HellowWorldType, that sets up 2 params "message" and "count" with some documentation (which I never see when I run this). Then you pass the parameters to the HelloWorldImpl and create a table using the parameters.
Should I use the Value.ReplaceType to collect the parameters as in this example? Once I have the params I could add them to the API string and when I get the data and table created from the API call, I would return that from the "Impl" function.
Is this the recommended way to collect and add params to an API call?
I'm looking at this example: https://github.com/Microsoft/DataConnectors/tree/master/samples/HelloWorldWithDocs
Solved! Go to Solution.
You can refer to the following link, it offer some solution about custom connector
Custom connector development FAQ - Power Query | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank yor for sharing the FAQ.
You can refer to the following link, it offer some solution about custom connector
Custom connector development FAQ - Power Query | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
29 | |
19 | |
15 | |
12 |
User | Count |
---|---|
20 | |
18 | |
13 | |
10 | |
10 |