sql server reporting services
2 TopicsUsing a .NET Data Provider extension for Paginated Reports and Report Builder
I have added a data provider extension to a Power BI Report Server to support PostgreSQL data sources for Paginated reports. I verified that creating a PostgreSQL data source on the server tests successfully. However, I now need to add the extension to Report Builder so that I can build reports that use this data source. I cannot find any information on how to add an extension to the Report Builder. Only thing I found was about editing RSReportDesigner.config that is part of the SSDT. I have VS 2022 installed with SSDT enabled, but I do not have RSReportDesigner.config in the location that is specified in this document: https://learn.microsoft.com/en-us/sql/reporting-services/report-server/rsreportdesigner-configuration-file?view=sql-server-ver16 C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\RSReportDesigner.config Any ideas how to add data provider extensions to the Report Builder? Thanks PS: The PostgreSQL data provider works fine for Power BI report data sources on the server. I would like to be able to use it for both Power BI and Paginated Reports.Solved1.2KViews0likes3CommentsTechnical Preview of Power BI Reports in SQL Server Reporting Services
Just had a chance to play with the Technical Preview of Power BI Reports in SQL Server Reporting Services. You can set up the VM yourself or download the updated Virtual Machine from Azure Marketplace. I set up my own Virtual Machine and what you need is an instance of SQL Server 2016 or SQL Server vNext CTP v1.1. Also install Analysis Services Tabular or Multi-dimensional mode and sample database for the same. Note: The preview version supports only Power BI Dashboards connected to Analysis Services on-premises otherwise you will get the following error. It comprises of 3 files PBIDesktopRS.msi PBIDesktopRS_x64.msi SQLServerReportingServices.msi Install the SQL Server Report Services and use the SSRS Preview Configuration Manager to create the Report Server Database. Note: You will be seeing Create Database button in the screenshot similar to the above instead of Change Database. The above screenshot was taken once the Database was created. Install the Power BI Desktop for Reporting Services 64-bit version and create a Power BI Report connected to your Analysis Services Database. Upload your new Power BI Report created using the Preview version of Power BI Desktop to the SSRS Portal and try navigating to the report. As you can see from the above screenshot, Power BI report opens within the SSRS Portal Browser window.Solved4.3KViews1like1Comment