Forum Discussion

lnerii94's avatar
lnerii94
Frequent Visitor
1 year ago
Solved

Power BI/Essbase Connector Error

I had been working normally with the connector last week adding measures and dimensions without any problems. I created a table with the data from essbase, This week I refreshed the report and I'm ge...
  • v-echaithra's avatar
    1 year ago

    Hi lnerii94 ,

    Open your Essbase tool and run the same query that Power BI is using. If the query returns results normally, then the issue might be within Power BI. If it fails, the issue may be with the Essbase server or query logic.
    Ensure your Essbase connector is up to date. Sometimes, older versions have compatibility issues.
    Once try accessing the Essbase endpoint directly:
    in browser
    curl -v https://<essbase-server-endpoint>

    if it's an HTML page with an error message, that confirms the issue is on the server side.

    Thanks and regards.
    Chaithra

  • lnerii94's avatar
    lnerii94
    1 year ago

    Hello v-echaithra just give you a little update. 

    The issue was solved, the network team restarted the XMLA service in the Essbase server. Now the connection between Power BI and Essbase is working.

    Thank you so much Again for your help.