The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi Everyone,
I'm not able to find any option to revert movement done via deployment pipeline . As per this article https://docs.microsoft.com/en-us/power-bi/create-reports/deployment-pipelines-best-practices
we have to sync with the Onedrive and which can be used as Version control.
I just want to know if this is the only option or if there's anyway we can revert movement in deployment pipeline ?
Regards,
Mohan
There's no revert/ roll back built into deployment pipelines.
Our recommendation is to use version control for your PBIX files (OneDrive/ SPO/ Git) so you can easily re-deploy previous version from dev all the way to Prod. The deploy itself takes seconds, so the whole process should be rather fast.
Can it be a future enhancement to have version control done in Power BI rather than using sharepoint storage? Otherwise people skip deployment steps.