Forum Discussion
AlexisOlson
7 years agoSuper User
Connect to a XMLA Endpoint with Python
Since the announcement about XMLA endpoints, I've been trying to figure out how to connect to a URL of the form powerbi://api.powerbi.com/v1.0/myorg/[workspace name] via Python, but I can't find anyt...
v-yuta-msft
7 years agoCommunity Support
This error should caused by invalid URL or workspace, please refe to power bi rest api for more details.
https://docs.microsoft.com/en-us/rest/api/power-bi/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- AlexisOlson7 years agoSuper User
I'm using exactly the same URL that works with DAX Studio, so that doesn't seem like it would be the problem.