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.
Hi
I am trying to get someone to only access a specific folder/files in my blob storage. So I have generated a Blob SAS token and Blob SAS Url. Since the url contains the Account name i can either put that or the url however the url gives a an error
However when I only insert the blob storage endpoint it goes to the next stage as shown below.
From my understanding if someone has an account key they will have access to all the contents of that account. If I use anonymous then this error occurs.
So is there a way to connect to the blob storage using sas token? Thanks for your assistance
Solved! Go to Solution.
Hi @Brighton10 ,
It seems that PBI does not officially support SAS token method of authentication.
Here are step-by-step processes talking about connecting to data housed in Azure Blob Storage from Power BI using a SAS token. You may kindly take a look at them:
Connecting to Blob Storage with a Shared Access Signature in Power BI | Microsoft Docs
Connecting to Azure Blobs in Power BI/
......
In addition, an idea similar with your requirement has been raised, please upvote this feature request here:
Connect to Azure Tables via Shared Access Signatures
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
As of 2023-August, for Blob Storage, we can use SAS connection.
You can get the Account Name and SAS token from the complete SAS URL. Note that the SAS token (secret) is the portion AFTER the question mark (?) in your SAS URL.
https://<AccountName>.blob.core.windows.net/?<SASToken>
Select the "Azure Blob Storage" connector.
Enter account name for your storage account.
Select SAS authentication and enter ONLY the SAS token (the portion after ? in your complete SAS URL)
The navigator should pop up and you can browse 🙂
NOTE: SAS generally are provisioned with an expiry date (can be seen in the SAS token). You will need to reenter the new SAS Token details once older one expired. You can edit the current connection from "Data source settings".
Hi @Brighton10 ,
It seems that PBI does not officially support SAS token method of authentication.
Here are step-by-step processes talking about connecting to data housed in Azure Blob Storage from Power BI using a SAS token. You may kindly take a look at them:
Connecting to Blob Storage with a Shared Access Signature in Power BI | Microsoft Docs
Connecting to Azure Blobs in Power BI/
......
In addition, an idea similar with your requirement has been raised, please upvote this feature request here:
Connect to Azure Tables via Shared Access Signatures
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
74 | |
73 | |
56 | |
38 | |
31 |
User | Count |
---|---|
83 | |
64 | |
63 | |
49 | |
45 |