Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

[Unable to combine data] Accessing data sources that have privacy levels which cannot be used togeth

Hello,


After refreshing my data on Power BI Service, I got this message:


[Unable to combine data] Section1/datasource/AutoRemovedColumns1 is accessing data sources that have privacy levels which cannot be used together. Please rebuild this data combination. Table: datasource.


The request behind the report retreives data from OneDrive. There is a combination of two sources : .xlsx and .txt.

When I delete the .txt part, error dissapear; this part is:

Source2 = Csv.Document(Web.Contents("https://my.sharepoint.com/personal/xxx/xxx/Anomalies.txt"),
    [Delimiter=";", Columns=1, Encoding=1252, QuoteStyle=QuoteStyle.None]),

RemoveAnomalies_Source2 = Table.SelectRows(RenameColumn_Source1, each List.Contains(Table.ToList(Source2),
    [ID]) = false)


I have checked the option "Always ignore Privacy Level settings" in the "Privacy" option tab.


Do you know how to handle it?

1 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @Anonymous ,

 

This error is because of the privacy-level restrictions and the types of data sources you're using.

 

You can rebuild this data combination.

 

1.Duplicate the Existing Query, enter Query Editor, delete the other data query code, renamed the new query to "Duplicate query".

 

2.Modify the Existing Query, change the first several lines to the "Source = Duplicate query".

 

For more detail, you can refer to the link:https://www.excelguru.ca/blog/2015/03/11/power-query-errors-please-rebuild-this-data-combination/.

Please understand that this link is provided “AS IS” with no warranties or guarantees of content changes, and confers no rights.

 

Best Regards,

Amy

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

I know this is an old topic, but the fix doesn't work any more.
"Formula.Firewall: Query 'PullRequests' (step 'Invoked Custom Function') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination."

v-xicai
Community Support
Community Support

Hi @Anonymous ,

 

This error is because of the privacy-level restrictions and the types of data sources you're using.

 

You can rebuild this data combination.

 

1.Duplicate the Existing Query, enter Query Editor, delete the other data query code, renamed the new query to "Duplicate query".

 

2.Modify the Existing Query, change the first several lines to the "Source = Duplicate query".

 

For more detail, you can refer to the link:https://www.excelguru.ca/blog/2015/03/11/power-query-errors-please-rebuild-this-data-combination/.

Please understand that this link is provided “AS IS” with no warranties or guarantees of content changes, and confers no rights.

 

Best Regards,

Amy

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors