Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
We embed Power BI for our customers. We would like to allow them to build their own paginated reports in embedded just like you can in the Power BI service. How do we do this?
Thanks,
Christian
Hi @Christian_Key ,
As this functionality is limited. I’d encourage you to submit your detailed feedback and ideas via Microsoft's official feedback channels, such as the Microsoft Fabric Ideas. Feedback submitted here is often reviewed by the product teams and can lead ...
Thanks,
Prashanth Are
MS Fabric communty support
How doers Microsoft do this in the service? There are partners who have managed to build this functionality as well so it must be possible somehow...
@Christian_Key, As we haven’t heard back from you, we wanted to kindly follow up to check if the issue got resolved? or let us know if you need any further assistance here?
@JamesLee94, thanks for prompt response.
Thanks,
Prashanth Are
MS Fabric community support
Hi @Christian_Key,
As of now, Power BI Embedded does not support a Report Builder-like experience directly in the embedded environment for paginated reports. There is no in-browser editor or UI for creating paginated reports (RDL files) like the one in the Power BI Service (which is still limited and in preview).
Use Power BI Report Builder (a desktop app) to design paginated reports (.rdl files). Upload these to a workspace in a Power BI Premium capacity or Fabric capacity. Then, you can embed these paginated reports using Power BI Embedded APIs.
Please refer to below documentation and let me know if this helps resolve your query?
https://learn.microsoft.com/en-us/power-bi/developer/embedded/embed-paginated-reports?tabs=customers
Thanks,
Prashanth Are
MS Fabric community support
One workaround is to let them define parameters or filters through a front-end interface, then use those inputs to generate reports on the backend using the Power BI Report Builder or APIs.