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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
JeffreyKelso
Frequent Visitor

Custom Connector Name containing a Space

I have numerous custom connectors now in use that all work fine, but I'm stumped on how to give the connectors a normalized name with spaces like those used in the built-in connectors.  I'm having to use Connector_Example instead of Connector Example as it should be.  I've tried manipulating various names in the code but either it doesn't change the display name or it breaks the connector where it doesn't show up in the list.  Any help is appreciated.

 

 

1 REPLY 1
CJP
Regular Visitor

I was looking for an answer to this for a while so thought I'd help out for some future searchers:

 

Within Publish - You can amend "ButtonText" to a user friendly name.

Connector_Name.Publish = [
    Beta = true,
    Category = "Other",
    ButtonText = { "Normal Connector Name", "Hover message for more information" },
    LearnMoreUrl = "https://powerbi.microsoft.com/",
    SourceImage = Connector_Name.Icons,
    SourceTypeImage = Connector_Name.Icons
];

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Kudoed Authors