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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
gmvinfopro
New Member

Snowflake connector 2.0 : Slow performence analyses

Hi

Yesterday I forced the direct query model to use the latest version of the connectors

gmvinfopro_0-1761926084128.png

Following the tests with the new connectors, I did not notice any improvement and even a degradation


I dug a little deeper

gmvinfopro_2-1761933810825.png

 

 

A page like this, which includes 3 graphs

It generates about 165 requests in snowflake

gmvinfopro_2-1761926200305.png

We have many requests that don't take much time

But the amount and the latency time mean that the feeling is not good.

 

Another example

 

A page like this is relatively complex and rich

gmvinfopro_3-1761934089794.png

 

It generates about  1187 requests in snowflake

gmvinfopro_4-1761926321315.png

 

The analysis of the requetesttests shows many parasitic queries

  • SHOW PARAMETERS LIKE
  • SHOW COLUMNS IN TABLE
  • SHOW PRIMARY KEYS IN TABLE

 

It looks like it's related to the new Snowflake Connector... We didn't have that before

 

There are few queries that return rows

  • we have: 50/1187

If we look at the queries:

  • We have complex requests
    • Select de … select de…  select group by de  … select  group by  …
    • Easily brings back more than 1M lines

 

Reverted to the V1.0 implementation of the Snowflake connector.

The consequence is a decrease in the number of Snowflake requests

gmvinfopro_4-1761934285396.png

 

There are 9 queries

gmvinfopro_6-1761926534724.png

For the case

gmvinfopro_3-1761934089794.png

We find the 51 requests

gmvinfopro_8-1761926568432.png

We no longer have parasitic requests...

 

We always have complex queries for example this one

gmvinfopro_9-1761926596155.png

 

2.4s to do analysis/complilation

Snowflake Connector V1/V2 Comparison

gmvinfopro_10-1761926629093.png

In Yellow, requests with a Snowflake V1 connector

In Green, requests with a Snowflake V2 connector

 

We can see that the queries in V2 seem much more efficient ...

 

But the feeling, remains lower than the V1 ... I think it's because in V2, there are too many metadata calls compared to data queries.

I think that's a point to solve

 

Comparison from a query point of view.. V1/V2

gmvinfopro_11-1761926730319.png

It's the same request except

  • In V1, the connector uses wildcards to pass the parameters (? in the request)
  • In V2, the connector passes the values directly into the query.

 

In conclusion

 

The V2 connector is much more efficient when executing Snowflake queries, you should have a factor of almost 10..

BUT... The problem is that there are too many metadata calls compared to data queries and this hurts the final feel in Power BI

The logic of the query has not changed when moving to V2 (except that there are no more parameters). The complexity remains the same.

In the next update version of the Snowflake connector, the problem of the number of metadata requests will have to be fixed.


Currently, the Snowflake V 2.0 connector is not operational.

Do you think that updating the V2.0 connector will resolve these issues? 

1 ACCEPTED SOLUTION
v-dineshya
Community Support
Community Support

Hi @gmvinfopro ,

Thank you for reaching out to the Microsoft Community Forum.

 

Hi @lbendlin , thank you for your prompt response.

 

Hi @gmvinfopro ,

For V2 Connector Excessive metadata calls like SHOW PARAMETERS, SHOW COLUMNS, SHOW PRIMARY KEYS for every visualization element. This leads to hundreds or thousands of extra requests, creating latency and poor user experience in Power BI.

 

Please try below things to fix the issue.

 

1. Some versions allow disabling metadata checks or enabling caching. Look for options like "EnableMetadataCaching " or similar in the connector or Power BI settings.

 

2. Please check if metadata calls happen per visual or per query refresh.

 

Please refer below link.

Power Query Snowflake connector - Power Query | Microsoft Learn

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

View solution in original post

5 REPLIES 5
joshuawoods-tk
New Member

Has the general issue around this been addressed? I am noticing that the 2.0 Implementation takes nearly 2x as long to query a data set of ~3.3 million rows with around 45 columns. 

v-dineshya
Community Support
Community Support

Hi @gmvinfopro ,

Thank you for reaching out to the Microsoft Community Forum.

 

Hi @lbendlin , thank you for your prompt response.

 

Hi @gmvinfopro ,

For V2 Connector Excessive metadata calls like SHOW PARAMETERS, SHOW COLUMNS, SHOW PRIMARY KEYS for every visualization element. This leads to hundreds or thousands of extra requests, creating latency and poor user experience in Power BI.

 

Please try below things to fix the issue.

 

1. Some versions allow disabling metadata checks or enabling caching. Look for options like "EnableMetadataCaching " or similar in the connector or Power BI settings.

 

2. Please check if metadata calls happen per visual or per query refresh.

 

Please refer below link.

Power Query Snowflake connector - Power Query | Microsoft Learn

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

Hi @gmvinfopro ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

Hi @gmvinfopro ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

lbendlin
Super User
Super User

Great investigation

 

If you have a Pro license you can open a Pro ticket at https://admin.powerplatform.microsoft.com/newsupportticket/powerbi
Otherwise you can raise an issue at https://community.fabric.microsoft.com/t5/Issues/idb-p/Issues .

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Users online (857)