Forum Discussion
Nandu2520
3 years agoHelper I
Get SAS token dynamically in Power BI
Hi, I have azure blob storage with blob files. Blob storage is configured with private end point. In Power BI when downloading the files I am using SAS token along with blob url. Currently I am ...
NandanHegde
3 years agoSuper User
Based on my understanding, it is not possible to get the SAS Tokens dynamically within PowerBI as PowerBI doesnt have support to key vault yet.
You would have to wirte some custom logic via Python or Powershell to get the SAS Token at run time (you can leverage Power automate as well if need be)
Nandu2520
3 years agoHelper I
Can we invoke this Python/Power shell script directly from Power BI?