Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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.
Solved! Go to Solution.
@rjhale wrote:
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.
The only free embedding feature is Publish to web, without purchasing any premium or pro license. You can simply embed a report in a <iframe> tag. However this feature doesn't support filter pane, but you can try to put slicer visuals in the embedded report as a workaround.
@rjhale wrote:
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.
The only free embedding feature is Publish to web, without purchasing any premium or pro license. You can simply embed a report in a <iframe> tag. However this feature doesn't support filter pane, but you can try to put slicer visuals in the embedded report as a workaround.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.