Forum Discussion
Gateway Data MashUp error
- 1 year ago
Hi FODK
It usually happens when you're combining an on-prem SQL Server with something like a SharePoint Online Excel file. Power BI Gateway struggles with that mix (called a hybrid data source).
Here are some steps :
-
Make sure your SharePoint connection is using OAuth2, not Windows or Anonymous.
-
If possible, avoid combining cloud + on-prem data sources in the same report the gateway often can't handle it well.
-
If moving the SQL data to Azure SQL is an option, that usually resolves the issue.
-
Alternatively, using Power BI Dataflows to prep one of the sources separately might help too.
Since it works in Desktop but fails on Service, it's almost certainly a gateway-related problem not firewall or credentials.
-
Hi FODK
It usually happens when you're combining an on-prem SQL Server with something like a SharePoint Online Excel file. Power BI Gateway struggles with that mix (called a hybrid data source).
Here are some steps :
-
Make sure your SharePoint connection is using OAuth2, not Windows or Anonymous.
-
If possible, avoid combining cloud + on-prem data sources in the same report the gateway often can't handle it well.
-
If moving the SQL data to Azure SQL is an option, that usually resolves the issue.
-
Alternatively, using Power BI Dataflows to prep one of the sources separately might help too.
Since it works in Desktop but fails on Service, it's almost certainly a gateway-related problem not firewall or credentials.