Forum Discussion
Power BI Life cycle Management
- 10 years ago
This blog entry describes a way to achieve a DEV, TEST and PROD environment in power bi as well: http://angryanalyticsblog.azurewebsites.net/index.php/2016/04/17/power-bi-content-workflow/
So in a corporate Power BI environment, I currently think you basically have the following options: Let you end users access reports and dashboards through content packs or throught a PROD group workspace (with privacy set to members can only view Power BI content).
With content packs you can include just the content that fits your user profile, but if they for example need access to a lot of reports from multiple business areas (ie. TEST workspaces) it gets messy in their personal workspace, since the separation is not visible in their personal worspace. Another difference is that with content packs, the end user can create a copy of the reports and modify it.
i've had some really interesting challenge to this!
In my scenario. I have developed a power bi report using OData feed so it uses a '.svc' link. This report has been uploaded to 3 workspaces namely dev, test and uat. The data is accessed through OData feed which is on premise and accessed via gateway.
Question is how do i get my report in a worksapce to point to correct datasource?. OData link is also same in all enviroments therefore datasource defined in gateway is also same.