The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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"
]
]