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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors