Connect to SSAS OLAP Cube Using Python

user3001015 picture user3001015 · Dec 4, 2018 · Viewed 7k times · Source

Looking for resources to learn how to connect and fetch data from SSAS OLAP Cube.

Found I can do it with XMLA lib, but found no resources to explore and learn.

Answer

zoe zhi picture zoe zhi · Dec 26, 2018

If you want to use python to connect SSAS cube, you could refer to SSAS via Python and olap.xmla for more details.

Zoe