1

I’m working on a Java application that needs to interact programmatically with Power BI service datasets via XMLA to perform operations such as:

  • Creating composite datasets
  • Refreshing partitions
  • Modifying table structures

I understand that Power BI Premium supports the XMLA endpoint at

powerbi://api.powerbi.com/v1.0/myorg/.

But the protocol powerbi:// is not supported in Java libraries, as it's not http://

What are my options? I'm trying to avoid writing a microservice in .NET

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.