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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-rzhou-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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