Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi All,
I have successfuly embeded Power Bi Report with View Access level on my Webpage, it is working good.
Now I'm trying to show report in Windows Form App using WebBrowser control.
I do the simple steps,
webBrowser.Navigate( embedUrl );
and in DocumentCompleted event handler
string message = JsonConvert.SerializeObject( new
{
type = "report",
action = "loadReport",
accessToken = AccessToken
} );
webBrowser.Document.InvokeScript( "postMessage", new object[] { message, "*" } );
And after that I got error
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |