Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
We built a Power Query command in order to retrieve files from DropBox, the Power Query will be used for Power BI and MS Excel as well, my only concern is that in the command we need to pass keys in order to make a succesfull API call, what is the best practice in order to pass the keys for the command?
I would not use parameters, since it can be read by end-users and would avoid hard-coding as well. What can be the solution for this?
Solved! Go to Solution.
While we are waiting for Azure KeyVault support you can place your credentials on a sharepoint (in a text file in a secured folder) and then treat that file as a data source during the Power Query ETL.
While we are waiting for Azure KeyVault support you can place your credentials on a sharepoint (in a text file in a secured folder) and then treat that file as a data source during the Power Query ETL.
Hi @lbendlin,
First of all thank you, is it something (KeyVault support) which has been announced by Microsoft? They are planning to have it?
What's new and planned for Power BI in Microsoft Fabric - Microsoft Fabric | Microsoft Learn
It is already available in Power Automate.