Powerbi-docs: Is it possible to point to a Dataflow using the new PBIDS file type?

Created on 16 Oct 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/powerbi-docs

It's unclear from this page whether Dataflows are supported as a connection for a PBIDS file. I've tried numerous things to try to get it to work, to no avail. There's no mention of connecting to a dataflow in the "Data Source Reference (DSR) format for protocol and address information" link provided, either.

I'm wondering whether Dataflows are classed as a "Blank query" and therefore they aren't supported in PBIDS yet. Could anyone confirm this?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 assigned-to-author doc-enhancement powerbi-desktosubsvc powerbsvc pri1 product-question

All 3 comments

Thanks for your comment, @edfreeman I've assigned this issue to the doc author for review.

In the meantime, you might find an answer in the Power BI Community.

Thanks @srigney2142. Couldn't find anything preexisting on the Power BI Community, so I've Just posted the question there as well (https://community.powerbi.com/t5/Desktop/Does-the-PBIDS-file-type-support-a-Dataflow-connection/m-p/820905#M394432).

Yes it is possible. The protocol is "powerbi-dataflows".
Below is a sample.
Workspace id and dataflow id can be found by clicking on the dataflow in the Power BI web app and looking at the url.
https://app.powerbi.com/groups//dataflows/
{
"version": "0.1",
"connections": [
{
"details": {
"protocol":"powerbi-dataflows",
"address":{
"workspace":"",
"dataflow":""
}
}
}
]
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vishalaj1 picture vishalaj1  Â·  5Comments

louissalome picture louissalome  Â·  6Comments

abhi-debuginside picture abhi-debuginside  Â·  3Comments

ferdsjoseph picture ferdsjoseph  Â·  3Comments

tolga-balci picture tolga-balci  Â·  3Comments