March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi
I am stuck with the following error
Formula.Firewall: Query 'Query1' (step 'Source') references other queries or steps, so it may not directly access a data source. Please rebuild this data combination.
my M code is below please help
Thanks Z
let
Criteria01 = DateT,
Source = Odbc.Query("dsn=Snowflake Dev", "select top 10 *#(lf)#(lf)From#(lf)dw_dss.TXN_TAX#(lf)where txn_dte = '"&DateT&"'")
in
Source
Solved! Go to Solution.
You need to give DateT and your Snowflake data source the same level of permissions in data source settings. Power QUery is preventing you from sending confidential data from one source to another. See this article for a deep dive.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingYou need to give DateT and your Snowflake data source the same level of permissions in data source settings. Power QUery is preventing you from sending confidential data from one source to another. See this article for a deep dive.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingThanks for your help,
I just combined two queries and all is good.
Z
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
34 | |
30 | |
20 | |
19 | |
12 |