CreativeDataEU / PowerBITrinoConnector

A Micosoft Power BI Custom Connector allowing you to import Trino data into Power BI.
MIT License
38 stars 15 forks source link

Add support for powerbi report server #12

Closed shohamyamin closed 4 months ago

shohamyamin commented 5 months ago

How we can add support for this connector in Powerbi report server?

pichlerpa commented 5 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

shohamyamin commented 4 months ago

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)

pichlerpa commented 4 months ago

Exactly, you could take this code part as a starter. I will close this issue as it's not directly related to the connector.