Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
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.
Solved! Go to Solution.
You can use
Authentication = [
UsernamePassword = [
Label = "Client Id/Secret"
UsernameLabel = "ClientId",
PasswordLabel = "Client Secret"
]
]
You can use
Authentication = [
UsernamePassword = [
Label = "Client Id/Secret"
UsernameLabel = "ClientId",
PasswordLabel = "Client Secret"
]
]