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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Bokangmaela
Helper I
Helper I

Custom connector parameters

Good day,

 

I have created a custom connector that uses a list type as one of it's parameter as shown below. 

e.g MyConnector_Connector.Contents = (url as text, names as list)

 

MyConnector_ConnectorType = type function(
url as (type text meta [
Documentation.FieldCaption = "URL",
Documentation.FieldDescription = "URL of the web content"
]),
names as (type list meta [
Documentation.FieldCaption = "Names"
]),

When I use the connector in power bi desktop it works just fine as it allows me to select a column to use for the list type. The issue comes when I publish my report and add the connector to my gateway. The connector appears just fine in the gateway but when I try and add a new connection in power bi service the custom connector doesn't appear. It only apears when I make my parameters text or number. 

 

Does anyone know a work around for working with list/object parameters?  

1 ACCEPTED SOLUTION
Bokangmaela
Helper I
Helper I

I managed to solve it. In order to work around it just make your parameters optional 

View solution in original post

2 REPLIES 2
Bokangmaela
Helper I
Helper I

I managed to solve it. In order to work around it just make your parameters optional 

Hi @Bokangmaela Have you used TestConnection section in the custom connector code? Because in the microsoft it says like we need to use it Use custom data connectors with the on-premises data gateway - Power BI | Microsoft Learn

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors