Connect to Power BI using TM1 Rest api
Posted: Fri Jan 17, 2020 8:13 am
Hello Everyone,
In Power BI, I have tried the with Rest api MDx query.
In GetData -> web-> in Advancced option, gave RestapiUrl to fetch the Dimension Element. It Worked well and pull the elemnts from TM1 with the 'GET' Request.
Now am trying with MDX POST request to fetch the cube data. AS I am new to power BI, I just want to know how the cube data looks in PowerBI.
But in fiddler it shows below error, contentType not supported. In ARC/POSTMan same is working fine.
My try: I gave contentType as application/json also. But same error.
Kindy provide your ideas/suggestions. Thanks.
In Power BI, I have tried the with Rest api MDx query.
In GetData -> web-> in Advancced option, gave RestapiUrl to fetch the Dimension Element. It Worked well and pull the elemnts from TM1 with the 'GET' Request.
Now am trying with MDX POST request to fetch the cube data. AS I am new to power BI, I just want to know how the cube data looks in PowerBI.
But in fiddler it shows below error, contentType not supported. In ARC/POSTMan same is working fine.
My try: I gave contentType as application/json also. But same error.
Kindy provide your ideas/suggestions. Thanks.