The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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"
]
]