The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
Suppose we have an option of deployment pipelines to split into dev test prod stages for Power BI Service.
What are the options of dev test prod stages split for Power BI Report Server?
Kind regards
Solved! Go to Solution.
@Anonymous wrote:
What are the options of dev test prod stages split for Power BI Report Server?
One option is to have separate dev/test VMs with the developer edition of Report Server on them.
Another option is to create dev/test folders on your production server and limit access to them.
There are no automated pipelines with Report Server - you would have to configure something like that manually.
We use separate dev/test servers for all our big projects.
For smaller changes we use "test" folders on the production server so that a handful of end users can do UAT against production data to test report changes before we make them available to all users.
@Anonymous wrote:
What are the options of dev test prod stages split for Power BI Report Server?
One option is to have separate dev/test VMs with the developer edition of Report Server on them.
Another option is to create dev/test folders on your production server and limit access to them.
There are no automated pipelines with Report Server - you would have to configure something like that manually.
We use separate dev/test servers for all our big projects.
For smaller changes we use "test" folders on the production server so that a handful of end users can do UAT against production data to test report changes before we make them available to all users.