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.
We have powerbi report called "activity report.pbix" and it has one embedded paginated report called
activity_rld.rdl. When we deploy this in dev workspace it works fine and fetches dev data. But same report when we deploy in stage using powerbi pipline then rdl report fails to load.
We are using power bi in build ci/cd to deploy reports from dev to stage.
For now we have added 2 pages named devPDF / stagePDF where we referenced respectiv envs paginated report to make this work. But this cannot be put in prod for customers.
Can you please review this and advise if we have any fix for this problem ?
Solved! Go to Solution.
Hello @ksingh21
Thank you @GilbertQ for your response.
Thank you for reaching out to the Microsoft Fabric community. We understand you are facing an issue with embedding reports when deploying from the development to the staging environment.
When deploying through Power BI pipelines, the linked dataset for the embedded RDL report might still point to the Dev environment. Since RDL (Paginated Reports) uses shared datasets, please ensure that the Stage environment has the correct dataset binding.
If your RDL report uses a shared data source (e.g., SQL Server, Fabric, or Power BI Dataset), the credentials might not be properly configured in the Stage environment.
To resolve this issue, consider the following steps:
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you!
Hello @ksingh21
I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.
Thank you.
Hello @ksingh21
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
Hello @ksingh21
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
Thank you.
Hello @ksingh21
Thank you @GilbertQ for your response.
Thank you for reaching out to the Microsoft Fabric community. We understand you are facing an issue with embedding reports when deploying from the development to the staging environment.
When deploying through Power BI pipelines, the linked dataset for the embedded RDL report might still point to the Dev environment. Since RDL (Paginated Reports) uses shared datasets, please ensure that the Stage environment has the correct dataset binding.
If your RDL report uses a shared data source (e.g., SQL Server, Fabric, or Power BI Dataset), the credentials might not be properly configured in the Stage environment.
To resolve this issue, consider the following steps:
If my response has resolved your query, please mark it as the Accepted Solution to assist others. Additionally, a 'Kudos' would be appreciated if you found my response helpful.
Thank you!
Hi @ksingh21
What happens if you had to upload this report directly to your stage workspace? Would it work as expected? The reason for my question is to try and understand where the issue lies, where, if it is working when you deploy directly to your stage workspace, it could indicate that there is in issue. or a bug with the deployment