Closed shohamyamin closed 8 months ago
Hey @shohamyamin,
custom connectors are not supported with Power BI Report Server also the number of connectors is generally limited: https://learn.microsoft.com/en-us/power-bi/report-server/data-sources
However, you could try to re-build some of the logic yourself. This connector is also just using the web connector (Web.Contents) talking to the Trino REST API under the hood.
Patrick
What you mean in "re-build some of the logic". you mean somehow to use WEB Datasource in the power-bi report server?
I am interested in connecting the PowerBI report server to Trino but I don't see how this can be achieved and if so maybe to make it somehow to even delegate the user to Trino(maybe with user impersonation)
How we can add support for this connector in Powerbi report server?