Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there a way for me to retrieve any accidentally deleted notebooks?
Solved! Go to Solution.
Hi, @smpa01
Currently there are two methods to recover deleted notebooks, you can choose to use according to your situation.
Approach 1: User-managed redundancy with Git integration (in public preview)
Approach 2: Manual approach to backing up code content
Microsoft Fabric disaster recovery experience specific guidance - Microsoft Fabric | Microsoft Learn
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
I've explicitly turned source control / DevOps integration specifically to protect against this.
Even if we're not using proper branching* yet, just the guard rail of having code backed up is great - also means I can get people into the habit of committing often.
* Yes, I know we're ignoring the directive of "Friends don't let friends commit to main"
I've explicitly turned source control / DevOps integration specifically to protect against this.
Even if we're not using proper branching* yet, just the guard rail of having code backed up is great - also means I can get people into the habit of committing often.
* Yes, I know we're ignoring the directive of "Friends don't let friends commit to main"
Hi, @smpa01
Currently there are two methods to recover deleted notebooks, you can choose to use according to your situation.
Approach 1: User-managed redundancy with Git integration (in public preview)
Approach 2: Manual approach to backing up code content
Microsoft Fabric disaster recovery experience specific guidance - Microsoft Fabric | Microsoft Learn
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Can someone assist me how can I recall the accidentely deleted cell from a MS Fabric Notebook, when not using the Git/DevOps Integration??
Git/DevOps is your only friend AFAIK.
What irritates me is that it is so much easier to work with databricks notebook from vs code databricks extension->develop locally, post in cluster, execute in cluster, commit in git, all from VS CODE locally. it is just a beautful one stop shop.
But the Fabric Synapse extension is not so user friendly. It has so many pre-req unlike databricks extension that I could not simply get to the bottom of it and make it work from local VS code which offcourse forces me to go to the web notebook and devaite from VS Code and github altogether.
I wish the Fabric Synapse extension was as easy as databricks extension.