Forum Discussion
DebbieE
Community Champion
5 years agoMoving Dashboards dev to Prod without pipelines
I have been asked to look into how to do a full dev to prod process outside of Power BI Premium.
The last step is Dashboards. Is there any way of copying the dashboard from dev to Prod at the m...
nickyvv
Most Valuable Professional
5 years agoThat can indeed be a steep wall to climb.
I consider this to be a good starting point on REST API's:
Next to that, you could also use PowerShell, which is a bit more approachable:
- This is a good starting point on Power BI and PowerShell: How to connect to (and query) Power BI and Azure using PowerShell
- How to copy a Tile: PowerShell: Copy-PowerBITile
DebbieE
Community Champion
5 years ago
I found that article you linked to above and had a read of it and then tried to have had a go at Try it in the original URL and added all the details asked for but all I get is
Response Code: 404
So no luck at all with the REST API Again. What could I be doing wrong?
- nickyvv5 years ago
Most Valuable Professional
It could be that you don't have access to that specific workspace/dataset via the REST API? For some calls you need to be an Admin in your company.