Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
rebeccapeltz
Frequent Visitor

Collect Parameters to Use in API in Custom Data Connector

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

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @rebeccapeltz 

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.

View solution in original post

2 REPLIES 2
rebeccapeltz
Frequent Visitor

Thank yor for sharing the FAQ. 

Anonymous
Not applicable

Hi @rebeccapeltz 

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.