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!
Asked
Active
Viewed 840 times
1 Answers
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
-
If possible could you provide me with some python code of your implementation? – Luukv93 Aug 19 '21 at 04:32