migueesc123 / PowerBIRESTAPI

A Microsoft Power BI Data Connector or Power Query Connector for the Power BI REST API
MIT License
237 stars 74 forks source link

DatasetToDataflowLinks not returning complete results #90

Closed relax528 closed 1 year ago

relax528 commented 3 years ago

I have dataflows that are used in datasets published to the service that appear to have a link with some datasets but not others. It may have to do with what connector being used, Power BI Dataflows or Power Platform dataflows. I assume if this is the case this is a bug in the REST API? Has anyone run into this before?

Thanks

migueesc123 commented 3 years ago

If you try using any other tool to query the api, do you get the same results that the connector shows you? Or are they different?

relax528 commented 3 years ago

I have confirmed that when using PowerBI.Dataflows connector to import data from a dataflow, the dataflow is included in the results, but when importing using the PowerPlatform.Dataflows connector it does not.

relax528 commented 2 years ago

@klinejordan I see you tagged with a bug, is that a bug in the connector or a bug in the API? I can retest if necessary using Postman to see if the results differ.

klinejordan commented 2 years ago

This is a bug in the API and the service - if you look at the lineage view for datasets using PowerPlatform.Dataflows it's also broken there.

klinejordan commented 1 year ago

This was fixed a while ago by Microsoft - there's still an issue with Upstream Dataflows using PowerPlatform.Dataflows() as reported in #145