<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Restoring a Deleted Power BI Report in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2126439#M21271</link>
    <description>&lt;P&gt;There is a table "Catalog" in Report Server database which stores information of all the items stored in PBIRS.&lt;/P&gt;
&lt;P&gt;- Check there and see if Report is available or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If not available then try to see if you have previously stored a database which has information of that report, and try to restore it and re-implement Encryption keys to the database again.&lt;/P&gt;
&lt;P&gt;- If still not available then you can see if you can recover data from Transactions Logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use ReportServer&lt;/P&gt;
&lt;P&gt;GO&lt;BR /&gt;Select [Current LSN] , [Transaction ID], Operation, Context, AllocUnitName As TableName&lt;BR /&gt;FROM&lt;BR /&gt;fn_dblog(NULL, NULL)&lt;BR /&gt;WHERE Operation = 'LOP_DELETE_ROWS'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SELECT&lt;BR /&gt;[Current LSN], Operation, [Transaction ID], [Begin Time], [Transaction Name], [Transaction SID]&lt;BR /&gt;FROM&lt;BR /&gt;fn_dblog(NULL, NULL)&lt;BR /&gt;WHERE&lt;BR /&gt;[Transaction ID] = '0000:0020b15f' -- Transaction id from previous table.&lt;BR /&gt;AND&lt;BR /&gt;[Operation] = 'LOP_BEGIN_XACT'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ref:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.data-recovery-solutions.com/blog/recover-deleted-records-sql-server/" target="_blank"&gt;Right Way to Recover Deleted Records in SQL Server 2016, 2014, 2012 (data-recovery-solutions.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 07:38:47 GMT</pubDate>
    <dc:creator>FarhanAhmed</dc:creator>
    <dc:date>2021-10-11T07:38:47Z</dc:date>
    <item>
      <title>Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2126238#M21268</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a Power BI report via "Integrate-&amp;gt;Power BI-&amp;gt;Visualize the list" menu from a Sharepoint List. This report has been lost and/or deleted somehow. Is there a way to check who deleted it, how to protect in the future and restore it back? (It was not in workspace since it was created via "Integrate" menu.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(We are using on premise Power BI Pro lisance in the company.)&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 06:16:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2126238#M21268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-11T06:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2126439#M21271</link>
      <description>&lt;P&gt;There is a table "Catalog" in Report Server database which stores information of all the items stored in PBIRS.&lt;/P&gt;
&lt;P&gt;- Check there and see if Report is available or not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If not available then try to see if you have previously stored a database which has information of that report, and try to restore it and re-implement Encryption keys to the database again.&lt;/P&gt;
&lt;P&gt;- If still not available then you can see if you can recover data from Transactions Logs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use ReportServer&lt;/P&gt;
&lt;P&gt;GO&lt;BR /&gt;Select [Current LSN] , [Transaction ID], Operation, Context, AllocUnitName As TableName&lt;BR /&gt;FROM&lt;BR /&gt;fn_dblog(NULL, NULL)&lt;BR /&gt;WHERE Operation = 'LOP_DELETE_ROWS'&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;SELECT&lt;BR /&gt;[Current LSN], Operation, [Transaction ID], [Begin Time], [Transaction Name], [Transaction SID]&lt;BR /&gt;FROM&lt;BR /&gt;fn_dblog(NULL, NULL)&lt;BR /&gt;WHERE&lt;BR /&gt;[Transaction ID] = '0000:0020b15f' -- Transaction id from previous table.&lt;BR /&gt;AND&lt;BR /&gt;[Operation] = 'LOP_BEGIN_XACT'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ref:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.data-recovery-solutions.com/blog/recover-deleted-records-sql-server/" target="_blank"&gt;Right Way to Recover Deleted Records in SQL Server 2016, 2014, 2012 (data-recovery-solutions.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 07:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2126439#M21271</guid>
      <dc:creator>FarhanAhmed</dc:creator>
      <dc:date>2021-10-11T07:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2131480#M21306</link>
      <description>&lt;P&gt;Hello Dear Farhan,&lt;/P&gt;&lt;P&gt;Since we don't have Power BI Premium and SQL Server Enterprise Software Security we could not find it. Is there any other way to check ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 07:17:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2131480#M21306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T07:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2131599#M21308</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In Power BI Workspace, it is not possible for now to restore a individual&amp;nbsp;report is not possible in a workspace.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=416fdc42-3421-4c99-bcfe-989cdc30e14c" target="_blank"&gt;Microsoft Idea &amp;nbsp;· Restore reports or dashboards (powerbi.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I am not sure with SharePoint, you may go to the SharePoint BI Forum see if there is any restoring feature.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://techcommunity.microsoft.com/t5/sharepoint-bi/bd-p/SharePointBI" target="_blank"&gt;SharePoint BI - Microsoft Tech Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Paul Zheng _ Community Support Team&lt;BR /&gt;If this post helps, please Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2021 08:02:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2131599#M21308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-10-13T08:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2138279#M21359</link>
      <description>&lt;P&gt;Unfortunately, I am not sure if there is another way. If you have a backup of the database or machine try to restore it and recover the particular file from there.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 04:43:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2138279#M21359</guid>
      <dc:creator>FarhanAhmed</dc:creator>
      <dc:date>2021-10-16T04:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Restoring a Deleted Power BI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2140342#M21370</link>
      <description>&lt;P&gt;As Farhan mentioned, if its deleted from Catalog table there is no way to get that in current DB. Only way out is to restore if you have a backup!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 09:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Restoring-a-Deleted-Power-BI-Report/m-p/2140342#M21370</guid>
      <dc:creator>AbhiSSRS</dc:creator>
      <dc:date>2021-10-18T09:37:31Z</dc:date>
    </item>
  </channel>
</rss>

