I have published a report into the service that, In Power Query, combines data from AzureSQL tables and Power BI Dataflow (Legacy) tables. Everything works fine in desktop, but when I publish to the service I get this error
Data source error: {"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"Information is needed in order to combine data"}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.DataSources","detail":{"type":1,"value":"[{\"kind\":\"PowerBI\",\"path\":\"PowerBI\"},{\"kind\":\"SQL\",\"path\":\"azr01pepmazdb1.database.windows.net;EPMdb_Final\"}]"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.Reason","detail":{"type":1,"value":"PrivacySetting"}}],"exceptionCulprit":1}}} Table: Pct Samples.
Cluster URI: WABI-US-NORTH-CENTRAL-H-PRIMARY-redirect.analysis.windows.net
Activity ID: 959e51e4-0517-4e2b-a02b-62f0dceb6198
Request ID: 4d64565a-66b9-2ced-9ec5-239cc0f4ac3b
Time: 2024-08-06 17:05:36Z
The AzureSQL connection goes through our PBI data gateway (and is used by many other reports in our environment), while the Dataflow connection does not.
I have tried clearing and re-adding the permissions on both data sources. I have gone to Report -> Options -> Global -> Privacy and selected "Always ignore Privacy Level settings" (which then disables the option under Options -> Current File -> Privacy) but still getting the same result.
Is there something I am missing that needs to be reset or otherwise edited?
Thanks,
David Edelman