Forum Discussion
Filter data with a list
Hi ,
I created a list based on excel sheet from sharepoint.
With the list I filter my sql query using (ex. Select * from Accounts where AccountID IN(ListFromExcel))
It’s working fine in my PB desktop and i can refresh the data and get what i'm expecting to get.
When I published my pbix to server and try to Refresh the data source I get error :
Underlying error code: -2147467259
Underlying error message: [Unable to combine data] Section1/Accounts/Source references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.
DM_ErrorDetailNameCode_UnderlyingHResult: -2147467259
Microsoft.Data.Mashup.MashupSecurityException.DataSources: [{"kind":"SQL","path":"SERVER;DATABASE"}]
Microsoft.Data.Mashup.MashupSecurityException.Reason: PrivacyError
Cluster URI: WABI-WEST-US-redirect.analysis.windows.net
Do you know how to solve this issue ?
2 Replies
- vanessafvgCommunity Championhave you checked your privacy settings?
https://docs.microsoft.com/en-us/power-bi/admin/desktop-privacy-levels - AnonymousNot applicable
Hi RsimonAlign,
As vanessafvg said, it may be related to data privacy setting issues when your query table reference data across different query tables on power bi service. You can double-check on the data privacy setting on power bi service side.
Power BI Security#data-storage-security
BTW, what happens if you directly add get data external data in your query table?
Regards,
Xiaoxin Sheng