I am writing a Django multi-tenant web application which is supposed to use Power BI Embedded as a reporting frontend (basically to render data from the local DB). For this, I am using the 'App Owns Data' scenario and created an application in Azure which I can authenticate against Active Directory to retrieve an access token.
However, all the code samples I found are 1) not in Python or 2) they don't work. I am wondering if anyone successfully used ADAL or the Azure libraries to connect and then the Power BI libraries to render a report?
Thanks!