Forum Discussion
prathyoo
4 years agoAdvocate II
Creating CSV file in Sharepoint from Power BI Dataflows
We have a Power BI dataflow with 64 tables (Power Queries) and this dataflow is the single source of truth for quite a few of our reporting. The tables in the dataflow start as SQL queries to on-prem...
Anonymous
4 years agoNot applicable
Hi prathyoo,
Thank you for sharing, for about the same reasons you mention I'm trying to import some data as well.
However, when trying to retrieve the sas key, I'm receiving the following error:
{
"error": {
"code": "DataflowSourceEntityNotFound",
"pbi.error": {
"code": "DataflowSourceEntityNotFound",
"parameters": {
"ErrorMessage": "This dataflow either has linked dependencies to an entity that has been deleted, or is linked to an entity that no longer exists. Make sure all linked entities are included in the model, and try again."
},
"details": [],
"exceptionCulprit": 1
}
}
}
Could it be that I'm missing out on some information which should be invoked in the HTTP post? I'm more a mathematician than IT so I'm not quite sure.
I've created an entirely new dataflow with just one table out of SQL server to make sure there are no linked entities in the dataflow.
Many thanks!