Forum Discussion

RsimonAlign's avatar
RsimonAlign
Helper I
5 years ago

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