Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I have backed up a power bi workspace in Azure Git. How can I revert to the previous version report?
I can see the commit history, but not able to revert to a previous version in Azure Git
Hi @Jeanxyz,
Thank you for reaching out to Microsoft Fabric Community.
It appears that the issue is related to Azure Git. As this is Fabric Community Forum, I recommend you to please reach out to Azure community for quick assistance.
Azure Community Support | Microsoft Azure
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thanks and regards,
Anjan Kumar Chippa
Clone to local directory
Use git revert to create a commit that undoes the previous commit.
Push to remote repo (origin)
Sync changes