Forum Discussion
Anonymous
4 years agoNot applicable
Programatically connecting to power BI premium workspace using workspace url
Am trying to connect to a Power BI workspace by using the Workspace Connection URL. Below is the code: public static void ConnectToPowerBIAsUser() { string workspaceConnection = "powerbi://api.po...
TedPattison
4 years agoMicrosoft Employee
Can you confirm your user ID is for a user with a Power BI Premium per User license.
Did you copy the URL from workspace setting to ensure it matches
Anonymous
4 years agoNot applicable
I tried with Username, Password and with Access token as well.
But am getting the same error in both cases.