Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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"
]
]
Check out the July 2025 Power BI update to learn about new features.