Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
Does anyone know how to restore a PBI report from a backup of the ReportServer database?
From what I can make out (and I haven't tried it yet), you need to restore the record in the dbo.Catalog table, the related records in the dbo.CatalogItemExtendedContent and the records in dbo.DataModelDataSource.
Can anyone offer any advice on this?
Its simpler to restore the old DB somewhere and export the content out (the PBIX files etc) then resubmit/deploy the content
If you take a look at this thread there's some PowerShell that will export the PBIX files and RDL etc.
Thanks loads for the suggestion - I'll give it a shot 🙂