Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I am new to PowerBI.
My pbix data source is an Azure table, and I can switch to a different table storage account after I have published
my pbix to PowerBI service via Set Parameter API.
Is there a way through PowerBI API to update the credentials (account key) when ever I switch to a different Azure table
storage account.
Thank you.
Solved! Go to Solution.
Hi @brendacusabel,
Based on my test, it seems to be that updating the credentials (account key) for Azure Table Storage isn't supported current.
I used this call: GetBoundGatewayDatasources (https://msdn.microsoft.com/en-us/library/mt732874.aspx). However, there is no account key listed in the connectionDetails.
So I would suggest you add it as an idea on Power BI Ideas forum to improve Power BI on this feature. Here is a similar idea for your reference.
Regards
Hi @brendacusabel,
Based on my test, it seems to be that updating the credentials (account key) for Azure Table Storage isn't supported current.
I used this call: GetBoundGatewayDatasources (https://msdn.microsoft.com/en-us/library/mt732874.aspx). However, there is no account key listed in the connectionDetails.
So I would suggest you add it as an idea on Power BI Ideas forum to improve Power BI on this feature. Here is a similar idea for your reference.
Regards
Hello.
I am trying to update an Azure Table Storage Key and used the message body below for a Patch data source API request.
{
"credentialType": "Key",
"credentials":
{ "credentialData": [
{"name": "key",
"value": "<Azure table storage key>"
}]
},
"encryptedConnection": "NotEncrypted",
"privacyLevel": "Private",
"encryptionAlgorithm":"None"
}
And I get a bad request response:
{
"error": {
"code": "BadRequest",
"message": "Bad Request",
"details": [
{
"message": "The property 'credentials' does not exist on type 'Microsoft.PowerBI.ServiceContracts.Api.GatewayDatasource'. Make sure to only use property names that are defined by the type.",
"target": "datasourceDelta"
}
]
}
}
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
6 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
3 | |
3 | |
3 | |
3 |