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
Analitika
Post Prodigy
Post Prodigy

Formula.Firewall

Formula.Firewall: Query 'XLS_Source' (step 'Source') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.

= Excel.Workbook(File.Contents(Path_from_settings & "/" & Sas_file_Name), null, true)

Path_from_settings ' query from Settings_Path

 

Settings_Path

= csv[Column1]{0}

 

CSV

let
Source = Csv.Document(File.Contents("C:\csv.txt"),[Delimiter=",", Columns=1, Encoding=1257, QuoteStyle=QuoteStyle.None]),
#"Changed Type" = Table.TransformColumnTypes(Source,{{"Column1", type text}})
in
#"Changed Type"

 

1 REPLY 1
PhilipTreacy
Super User
Super User

Hi @Analitika 

There's not quite enough information to go on here.

Can you please share the XLS_Source query that is generating the error.

From what I can make out you have a query called CSV which reads the file c:\csv.txt to get a path which is referenced by another query Settings_Path.

Is that then used in XLS_Source?

Please provide as much information as possible, like all the queries.

Phil



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


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.