1

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!

1 Answers1

1

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

Andrey Nikolov
  • 12,967
  • 3
  • 20
  • 32