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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
XCT
Resolver I
Resolver I

Direct Query issue with Snowflake

Hi,

 

Since the last version of PBI desktop, I face a weird issue: I can't connect Snowflake with PBI Desktop in DQ mode.

At the first step of the navigation, I have this message :

XCT_0-1770060499094.png

I just navigated and didn't make any transformation...

I tried tu use the 1.0 and 2.0 connector, exactly the same result.

 

Thank you for your support

 

1 ACCEPTED SOLUTION
mohit_sakhare
Resolver II
Resolver II

Hi,

You’re not doing anything wrong — this is a known issue/regression with Snowflake in DirectQuery in recent Power BI Desktop versions.

Even if you only click Navigate, Power BI automatically adds a hidden metadata/type-detection step, and that step uses an operation not supported in DirectQuery, which immediately triggers the error. This happens with both Snowflake connector v1.0 and v2.0, and only in DirectQuery (Import works fine).

Workarounds that usually help:

  • Use the Snowflake connector Advanced options and provide an explicit SQL statement (for example, SELECT * FROM schema.table) instead of navigating tables.

  • Disable Auto-detect column types (File → Options → Data Load), then reconnect.

  • As a check, design in Import mode and then switch to DirectQuery.

Bottom line: this is a Power BI Desktop behavior, not a Snowflake or model issue, and it needs a fix from Microsoft.

View solution in original post

4 REPLIES 4
Ritaf1983
Super User
Super User

Hi @XCT 

This is not related to transformations or to the 1.0 vs 2.0 Snowflake connector.

In DirectQuery mode, Power BI issues metadata queries during the navigation step (before you touch Power Query).
If Snowflake cannot successfully execute those metadata queries, the connection fails immediately.

Typical causes to check:

Missing or invalid Snowflake context

Make sure a Warehouse, Database, and Schema are explicitly available to the user.

The role used by Power BI must have:

USAGE on the warehouse

USAGE on the database and schema

SELECT on the tables/views

This error often appears when Power BI cannot resolve USE DATABASE / USE SCHEMA implicitly.

Role / Warehouse not set explicitly

Try connecting using Advanced options and explicitly specify:

Warehouse

Role

Don’t rely on defaults.

Known issue with recent Power BI Desktop versions

There is a regression where DirectQuery metadata queries fail during navigation even without transformations.

Common workarounds:

Connect via SQL statement (e.g. SELECT * FROM schema.table) instead of browsing

Disable preview features and restart Desktop

Downgrade temporarily to a previous PBI Desktop version if possible

Views with unsupported logic

If you are navigating through views, make sure they don’t contain logic that Snowflake cannot evaluate in metadata queries (e.g. session-dependent logic, non-deterministic functions).

Important point:
The fact that this happens at the navigation step means this is not a Power Query issue, and not something you caused by transformations.

If none of the above helps, this is very likely a Snowflake DirectQuery + recent Desktop bug, and opening a support ticket (with exact Desktop version and Snowflake region) is justified.

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Hi @Ritaf1983 

 

What I don't understand is that it worked a few weeks ago...

XCT
Resolver I
Resolver I

Hi @mohit_sakhare,

 

Thx for your answer. I will try your workaround.

I thought on 2 other workarounds using Fabric too, for my needs:

1/ Mirroring + Fabric WareHouse + DirectConnexion

2/ Dataflow Gen2 (scheduled every 10min) + Fabric Warehouse + DirectConnexion.

 

In a second time, I will write a support ticket.

mohit_sakhare
Resolver II
Resolver II

Hi,

You’re not doing anything wrong — this is a known issue/regression with Snowflake in DirectQuery in recent Power BI Desktop versions.

Even if you only click Navigate, Power BI automatically adds a hidden metadata/type-detection step, and that step uses an operation not supported in DirectQuery, which immediately triggers the error. This happens with both Snowflake connector v1.0 and v2.0, and only in DirectQuery (Import works fine).

Workarounds that usually help:

  • Use the Snowflake connector Advanced options and provide an explicit SQL statement (for example, SELECT * FROM schema.table) instead of navigating tables.

  • Disable Auto-detect column types (File → Options → Data Load), then reconnect.

  • As a check, design in Import mode and then switch to DirectQuery.

Bottom line: this is a Power BI Desktop behavior, not a Snowflake or model issue, and it needs a fix from Microsoft.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.