Forum Discussion
Power BI Versioning
- 1 year ago
Create in pbix
Save as pbip
Commit and stage changes to git
Push to remote repo
Deploy with git integration connected to workspace, or with fabric APIs
Details on processes and options here
https://learn.microsoft.com/en-us/power-bi/developer/projects/
If you want to work with bpix files you would best off using SharePoint as saving files on top of other provides a list of versions.
One more thing,
"PBIR is still buggy for some edge cases, like losing tagging that a page is tooltips" --> what does it mean exactly?
Opening pbix from it will be not working like it should and loose tagging?
Best,
Jacek
If you publish a report that has a page tooltip. The tick on the page that specifies it as a tooltip gets lost while publishing with API
- jaryszek1 year agoSuper User
Ok so :
1. Create report in pbix file.
2. Publish using for example this kind of api?:POST https://api.powerbi.com/v1.0/myorg/groups/{workspaceId}/imports?datasetDisplayName={datasetName}&nameConflict={Overwrite/Ignore/Abort}- Deku1 year agoSuper User
Create in pbix
Save as pbip
Commit and stage changes to git
Push to remote repo
Deploy with git integration connected to workspace, or with fabric APIs
Details on processes and options here
https://learn.microsoft.com/en-us/power-bi/developer/projects/
If you want to work with bpix files you would best off using SharePoint as saving files on top of other provides a list of versions.
- jaryszek1 year agoSuper User
You are the best mate!
Thank you very much