Forum Discussion
rajulshah
Resident Rockstar
3 years agoChanging Labels in Basic Authentication in Custom Connector
Hello everyone,
Can anyone know how to change the labels of the Authentication type or labels in Power BI Custom Connector?
I want to write ClientId and Client Secret here.
Please help asap.
You can use
Authentication = [ UsernamePassword = [ Label = "Client Id/Secret" UsernameLabel = "ClientId", PasswordLabel = "Client Secret" ] ]
1 Reply
- artemus
Microsoft Employee
You can use
Authentication = [ UsernamePassword = [ Label = "Client Id/Secret" UsernameLabel = "ClientId", PasswordLabel = "Client Secret" ] ]