Forum Discussion
Custom OData SAP-DataSphere connector without Gateway
- 1 year ago
Thankyou GilbertQ for your response.
Hi LeboeufHarry,Thank you for reaching out to us through the Microsoft Fabric Community Forum.
Custom connectors in Power BI Service typically necessitate an on-premises data gateway for authentication and data refresh. This is due to the fact that custom connectors are, by default, considered untrusted and rely on the gateway for secure credential management.
Please consider the following workaround solutions to address the issue:
-
If SAP DataSphere supports DirectQuery, it enables Power BI to query the data directly without the need for a gateway.
-
You may utilise Power BI Dataflows, which can act as an intermediary layer, enabling you to connect to SAP Datasphere, transform the data, and load it into Power BI without a gateway.
-
When a .PBIX file containing a cloud data source is published from Power BI Desktop, a cloud connection is automatically established.
Since SAP Datasphere is a cloud data source, kindly verify the settings under the 'Semantic Models' section, where 'Cloud Connections' can be found under 'Gateway and Cloud Connections'.If a Gateway connection has been created, please disable it and use a Cloud Connection to determine if the issue is resolved.
For further reference, kindly consult the following links:
Connect to cloud data sources in the Power BI service - Power BI | Microsoft Learn
Create and share cloud data sources in the Power BI service - Power BI | Microsoft Learn
Should you find our response beneficial, kindly mark it as the accepted solution and provide kudos, as this will assist other community members encountering similar issues.Thank you.
-
Hi LeboeufHarry
As far as I'm aware, when you're creating your own custom connectors, it will always have to go by the gateway.