Search code examples
pythonpowerbixmla

Connect to Power BI XMLA endpoint of dataset using Python


Is there a library to connect to a dataset using Python. I have uploaded blob as dataset in Powerbi. I want to access that dataset using XMLA endpoint. I tried using adodbapi but it isn't showing the tables I want. Thanks!


Solution

  • XMLA endpoints can be used with MSOLAP and ADOMD client libraries, i.e. you can use something like olapy or pyadomd.