Hello,
I'm wondering if there is a way to publish a report to the web and provide access to the filter pane without buying into a premium or pro license? I'm not a developer, but I've seen other examples using Power BI embed such as this:
https://microsoft.github.io/PowerBI-JavaScript/demo/v2-demo/index.html
Is there any way to simply embed a report from the Power BI service using the javascript api without having to do anything with Azure workspace collections? I envision pulling the token and report id from the embed code that the Power BI service uses and putting that into my javascript and html file.
I use to do something similar with files stored in OneDrive. You can click embed, click the customize link, and then copy and paste the javascript into an html file. This would give us a bit more flexability with available parameters. I'm hoping something like that is available to use with reports in the Power BI service.