cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
cboake
Frequent Visitor

Power BI custom connector, Basic Authentication - UsernameLabel, is there a UsernameInfo?

Hi all,

 

Creating a Power BI custom connector that uses basic auth.

 

    Authentication = [
         UsernamePassword = [
            UsernameLabel = Extension.LoadString("UsernameLabelText"),
            PasswordLabel = Extension.LoadString("PasswordLabelText")]
    ],
    Label = Extension.LoadString("DataSourceLabel")

 

 

 

Is there a way to put an "info" description next to the Username or Password label in the Authentication prompt? Please see image below:

 

I'd like this info icon/description:

InfoIcon.png

To appear here as well:

PBI_isthereusernameInfo.png

 

 

Thank you,

UIT

 

 

3 REPLIES 3
v-juanli-msft
Community Support
Community Support

Hi @cboake 

If I create a custom connector in Power Apps, it is easy to add such info beside the label.

Capture11.JPGCapture12.JPG

If you create custom connectors with other ways, please refer to:

https://docs.microsoft.com/en-us/connectors/custom-connectors/openapi-extensions#description

https://docs.microsoft.com/en-us/connectors/custom-connectors/define-postman-collection

 

Best Regards
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ff

dd

Hi Maggie,

 

This is helpful for PowerApp custome connectors, however this question is specifically for PowerBI custom connectors.

 

@cboake Did you get any response for this? Please let me know. I have similar requirement.

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors