Forum Discussion

XCT's avatar
XCT
Resolver I
6 months ago
Solved

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 : I just n...
  • mohit_sakhare's avatar
    6 months ago

    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.