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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
markive
Advocate II
Advocate II

Formula.Firewall Query Foo references other queries, so it may not directly access a data source.

I am creating a lot of reports but they always hit the same API's on my app. To try to speed up the manual creation of reports I created a table called APISettings with a ProjectURL column. This means I only need to change a single field to reconnect all my queries to another URL.

 

This works great, but now I cannot merge two tables in PowerQuery as it gives me the error:

 

Formula.Firewall Query Foo references other queries, so it may not directly access a data source.

Doing some research in PowerPivot you could just set this setting to be ignored, but I cannot see how to do this in PowerBI?

 

Is there another way of registering my DataSource so that multiple queries all KNOW they are accessing the same one and can therefore allow merge etc?

 

 

1 ACCEPTED SOLUTION
pqian
Employee
Employee

Hi @markive, the Firewall error is thrown when one evaluation is trying to access more than one data sources. Normally we partition your query automatically to split it into multiple evaluations across data sources, but there are some cases where this partitioning isn't smart enough. Can you post the query which has this problem?

 

Alternatively, you can turn this off in Options->Global->Security->Privacy Levels->Always Ignore (machine wide), or Options->File->Privacy (for the current file)

View solution in original post

4 REPLIES 4
pqian
Employee
Employee

Hi @markive, the Firewall error is thrown when one evaluation is trying to access more than one data sources. Normally we partition your query automatically to split it into multiple evaluations across data sources, but there are some cases where this partitioning isn't smart enough. Can you post the query which has this problem?

 

Alternatively, you can turn this off in Options->Global->Security->Privacy Levels->Always Ignore (machine wide), or Options->File->Privacy (for the current file)

How can I do this in Visual Studio for AAS?

@pqian thanks! I didn't know about that settings.. 

 

I can't find the Machine Wide setting, but the Current File one has done the trick!

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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