Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I'm trying to access Azure Key vault secrets through Power BI but I'm unable to find a way to do so.
I found a way to do that in Postman.
Can you help or convert these Postman requests into Power BI query so I can use it.
Solved! Go to Solution.
Hi @Anonymous ,
Please read blog about web service and post requests in power query.
https://blog.crossjoin.co.uk/2014/04/19/web-services-and-post-requests-in-power-query/
You can also refer to the similar case in stackoverflow:
https://stackoverflow.com/questions/50464192/post-method-in-power-bi
And you could refer the following article,it tells:
Configure your key vault in the following way:
- Add the Power BI service as a service principal for the key vault, with wrap and unwrap permissions.
Create an RSA key with a 4096-bit length (or use an existing key of this type), with wrap and unwrap permissions
Recommended: Check that the key vault has the soft delete option enabled.
Note: Power BI BYOK supports only RSA keys with a 4096-bit length. Configure Key vault and service principal
To learn more details ,refer:
https://stackoverflow.com/questions/68355392/power-bi-and-azure-key-vault
Best Regards
Lucien
You may want to look at this post, which contains a walkthrough and a video on accessing your Key Vault secrets in Power BI using a custom connector and a gateway.
Securing Your API-Power BI Data with Azure Key Vault (bibb.pro)
Hi @Anonymous ,
Please read blog about web service and post requests in power query.
https://blog.crossjoin.co.uk/2014/04/19/web-services-and-post-requests-in-power-query/
You can also refer to the similar case in stackoverflow:
https://stackoverflow.com/questions/50464192/post-method-in-power-bi
And you could refer the following article,it tells:
Configure your key vault in the following way:
- Add the Power BI service as a service principal for the key vault, with wrap and unwrap permissions.
Create an RSA key with a 4096-bit length (or use an existing key of this type), with wrap and unwrap permissions
Recommended: Check that the key vault has the soft delete option enabled.
Note: Power BI BYOK supports only RSA keys with a 4096-bit length. Configure Key vault and service principal
To learn more details ,refer:
https://stackoverflow.com/questions/68355392/power-bi-and-azure-key-vault
Best Regards
Lucien
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.