Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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:
To appear here as well:
Thank you,
UIT
Hi @cboake
If I create a custom connector in Power Apps, it is easy to add such info beside the label.
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.