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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Power BI Custom Connector - Azure DataLake

Hello Power BI Community,  

I am trying to create a powerbi custom connector using VS2019 that would list the storage contents of an Azure Data Lake (or Azure Storage Blob).  A key is required to access the data lake but how does one specify the authentication key required in M?  I don't see any options to specify the key in the optional parameters of AzureStorage.DataLake.   Any help would be greatly appreciated.  Thanks. 

 

datalake_ext = (url as text) =>    let        source = AzureStorage.DataLake(url)  //or AzureStorage.Blobs(url) for Blob Storage        //authenticate to datalake using key?
    in        source;

 

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous 

Power BI support you to connect to Azure Data Lake by Azure Data Lake connector.

For reference: Analyze data in Azure Data Lake Storage Gen2 by using Power BI

Custom Connector supports OAuth  authentication.

For reference: Starting to develop custom connectors

 

Best Regards,
Rico Zhou

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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