0

I'm brand new to Power BI. I am wondering if it is possible (and if so, is it easy?) to connect PowerBI to TM1 cubes and other cubes ( Dynamic, Transformer) in Cognos. Can't find a clear answer anywhere else.

Thanks.

  • TM1Py base on Python will help you to do it easily for TM1 cubes. After for the others kind of cubes check on the API sides. You'll surely find things and parse these API to get datas in PowerBI. – Wuzardor Oct 14 '21 at 07:57

3 Answers3

1

The following lists the data sources https://learn.microsoft.com/en-us/power-bi/power-bi-data-sources

The one of interest is the BI Connector, looks like you can buy one to connect to Cognos https://senturus.com/resources/use-power-bi-with-trusted-cognos-data/

Daniel Wagemann
  • 741
  • 4
  • 6
0

While TM1 creates In Memory cubes there must be an application server serving the tm1 cube. Probably the easiest way to connect is to use the IBM Cognos API or SDK.

0

You can easily connect Power Bi to TM1 cubes with Python. Here is a like where the you can find how to do it : click this tlink

https://code.cubewise.com/tm1py-help-content/getting-tm1-data-into-power-bi

Wuzardor
  • 119
  • 1
  • 10