Can anyone give any guidance on how to use Power BI embedded with an ExtJS application? I am trying to use the Power BI javascript API here.
I am at the point where I have an access token, embed URL, and report ID and trying to embed in a ExtJS panel. Examples show I should use powerbi.embed() method but I do not know what the first argument should be. Source code says it should be a HTMLElement.