Forum Discussion

tracyng0905's avatar
tracyng0905
Icon for Helper I rankHelper I
5 years ago
Solved

Configure Power BI Data Gateway to Data Lake Gen 2

Hi all,   I would like to setup an data source on Power BI Service to connect Data Lake Gen 2. The on-premise gateway is installed in a VM and tested connection ok. however, what should I input f...
  • kmca's avatar
    5 years ago

    With some help from colleagues we made this work today. 

    1) So the first thing was the data lake firewall settings.

    I had set the private vnet data lake firewall to allow access from selected networks.
    My vnet firewall allows host to host connection so Azure Storage explorer on my Gateway VM connects to the Data Lake fine.  But that is not enough. On the data lake firewall make sure you have added the subnet ( your private vnet) and not left this blank. Should look something like this.

    2) My gateway installed with a local servce account. For now I left this alone, but believe a service account and spn registration are the way forward to support delegation.  

     

    3) Adding a data source in the Power BI Manage Gateways, brings up the screen in your post.

    Server is the dfs URL for the container:  https://<storage_account>.dfs.core.windows.net

    Full Path is the resource part of the URI https://<storage_account>.dfs.core.windows.net/<path> 

    My container name is /test and leaving it at that brings back a list of files at the get data stage. 
    For Authentication I used the key option and copied the access key from the azure portal: Storage Account-> Access Keys (Not SAS Tokens)

     

    At this point my first sucessful save worked.

    Click on your cluster name and it expands to list your data sources and "test all" should report sucess above each form.

     

     

    4) In Power BI and your workspace add  New and choose Data Flow.

    Choose Add New Entries

    Scroll or search data sources and select data lake gen 2

    This form appears and it does not work too well.

    The url is the https://<>..dfs.core.windows.net/<container>  // Copy from Azure Storage explorer

    The drop down lists your gateway.

    And the authentication throws lots of strange errors, and despite that works if you click on Next. 

     

     

    I think this is all still in preview so good luck with support. 

     

    Regards

    Keith