Forum Discussion
jnixon
4 years agoAdvocate II
Get Power BI Dataflow csv from Azure Blob Storage
Greetings experts! I'm trying to retrieve Power BI Dataflow connected to Gen2 Blob storage location. I can retrieve the list of blobs (Lists blob (V2)) that represent the entities from each Data...
V-lianl-msft
4 years agoCommunity Support
Hi jnixon ,
To do this we first need to build a complete URL for the file. Build a formula that uses the URL to the container, the filename, and the querystring to create a complete URL, and name the field "FileURL"
Then you can define a parameter to get the specified content. Please Refer to:
https://www.sqlservercentral.com/blogs/connecting-to-azure-blobs-in-power-bi
https://powerbi.microsoft.com/de-de/blog/deep-dive-into-query-parameters-and-power-bi-templates/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.