Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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 FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
31 | |
30 | |
20 | |
15 | |
12 |
User | Count |
---|---|
20 | |
18 | |
13 | |
10 | |
10 |