Forum Discussion
brandonmcg
2 years agoRegular Visitor
Using 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 succ...
- Anonymous2 years ago
Hi brandonmcg ,
If you want to connect to other data source like PostgreSQL Server then below are the 2 ways that we can follow.
Article link: Publish Power BI Paginated Reports with Azure PostgreSQL | WinWire
If it does not help, please provide more details.
Best Regards
Community Support Team _ RongtieIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
brandonmcg
2 years agoRegular Visitor
I have explored the Visual Studio extension a bit more and figured out how to connect to the report server and add objects from the Toolbox. Since VS supports the .NET data provider, I will probably just use this instead of the Report Builder.