Forum Discussion
omkarj
4 years agoRegular Visitor
Pull Data from Dataflow using Python
I am trying to pull data from Dataflow and transform that data using Python. But I dont see any API or way to connect to Power BI Dataflow using python. Can anyone please help if anyone know how to c...
lbendlin
4 years agoSuper User
Only Datasets are exposed via the XMLA endpoint connectors. Dataflows cannot be accessed directly. Not sure if it is a good idea to ever try this but feel free to raise it as an idea.
Always keep in mind that Power BI is a downstream application. What you really want to do is point your python to the actual source of the data, further upstream.
- omkarj4 years agoRegular Visitor
Can you help me with how we can use XMLA endpoints ? or any link where I can find info about this ?