Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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.

Reply
zinyos
New Member

Access XLS data residing in an azure blob

I need to import data from an XLSX sheet, stored in an azure blob. It'a a simple file with one table only.

 

I've seen Excel screenshots showing direct import from Azure blob. But this feature is obviously not implemented within Excel(Mac)

 

So I tried to use PowerQuery for this the first time (please excuse if I'm asking a too basic question):

I copied the SAS URL for the File from the Azure Storage Explorer to clipboard (set to public access).

I created a new blank query in Excel(Mac)

let
  Quelle = ""
in
  Quelle

Pasted the URL into the quotation marks, btw Quelle means Source 

Saved and returned to Excel, hoping to see my data there what didn't happen. I'm seeing a cell with the source URL, instead the table content.

 

What am I missing here? Do I need to create a 2nd query for the Excel Sheet? How do I need to do this?

 

Thanks

Zin

1 ACCEPTED SOLUTION
zinyos
New Member

@lbendlin The link you provided explains how to solve the issue with the Power BI Desktop which is (as far as I know) not available for Mac. Also Excel Mac does't provide the needed functionality, but on Win it does.

 

Meanwhile I was able to solve it and posted the solution as a reply to my Stackoverflow question: https://stackoverflow.com/questions/75584492/import-data-from-azure-blob-storage-in-excel-mac

View solution in original post

2 REPLIES 2
zinyos
New Member

@lbendlin The link you provided explains how to solve the issue with the Power BI Desktop which is (as far as I know) not available for Mac. Also Excel Mac does't provide the needed functionality, but on Win it does.

 

Meanwhile I was able to solve it and posted the solution as a reply to my Stackoverflow question: https://stackoverflow.com/questions/75584492/import-data-from-azure-blob-storage-in-excel-mac

lbendlin
Super User
Super User

You specified a text string as your source. Instead, specify an actual source 

 

Azure Blob Storage - Power Query | Microsoft Learn

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.