Forum Discussion
omnia_saleh
Helper II
2 years agoPower BI Report Server [dbo].[CatalogItemExtendedContent] table
how to parse the content column to see the value on it ?
2 Replies
- d_gosbell
Super User
You should not access the report server database tables directly as you can negatively impact the performance of the server. Instead you should use the supported REST API instead. If you wanted to do something like get the pbix for a Power BI Report you could use the following API Power BI Reports - Get Power BI Report - REST API (Power bi report) | Microsoft Learn
- omnia_saleh
Helper II
running on-premise PowerBI Report Server on MS-SQL Serve