Forum Discussion
Connecting with connection string for Azure Storage Table
Anonymous,
When connecting to Azure Table Storage in Power BI Desktop, it requires Account name and Account key.
In your scenario, when the client wants to reuse the connection string, the client should also provides a relevant account name and account key that has access to the Azure Table Storage. And to ensure the connection is correct, go to Advanced Editor of the successful query, copy all the code, then add a new blank query and paste the code to Advanced Editor of the blank query.
Regards,
Lydia
Okay so the problem is that the client doesn't manage the table storage. The azure admin at my company does, and he does not want to share the account name and account key with the client (which is fair). The client needs access to the table storage for reporting purposes, but should not be allowed to write or anything.
So the client does not have a account name/key.
Regards,
Jeroen