Forum Discussion

Picci's avatar
Picci
Helper I
7 years ago
Solved

Cannot attach an external CDM folder to a new dataflow

Hi everybody, as Power BI Admin I configured Power BI Dataflow to save data in my ADLS2 store. When I create Power BI Dataflow starting from Power Query in Power BI Service, the corresponding folde...
  • Picci's avatar
    7 years ago

    After some more trials, I managed to solve the issue following this steps

    1. Create the ADLS2 folder in Azure Storage Explorer
    2. BEFORE populating the folder, assign Read and Execute permission to that folder to the user who is going to attach the CDM folder to the dataflow in Power BI Service
    3. Execute the Databrick notebook so that it writes inside that folder (model.json and other subfolder inherit user permission)
    4. In Power BI Service Create à Dataflow à Attach an external CDM folder
    5. Paste CDM folder path, ending with <…..>/model.json
    6. It works!

     

    Step 2 and 5 are not so clear from the documentation (https://docs.microsoft.com/en-us/power-bi/service-dataflows-add-cdm-folder) IMHO.

     

    Thanks,

    Elisa