Forum Discussion
Anonymous
9 years agoNot applicable
Power BI Report Server dbo.Catalog table
HI, I'm trying converting content data from dbo.Catalog table of my Power Bi Report Server Database, but conversion of data about type = 13 (pbix files) return me an issue: XML parsing line 1 ch...
mgmeyer
9 years agoPower BI Team
I'm not sure exactly what you are trying to do, are you explicitly writing queries to modify the data that is in the ReportServer Catalog table? What are you trying to achieve by this? Doing something like this is not supported and could put you data/catalog in a bad state and potential break you server installation.
Anonymous
7 years agoNot applicable
It's worth remembering that the Binary in the Content column for a PBIX file is actually the PBIX file itself, which is a ZIP file. So I'm pretty sure you can't meaningfully parse it as XML.