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,
Having weird problem whereby a query I'm having simply isn't processing, whereby it is simply saying it is waiting for the Snowflake server. My data model has two tables - the first one is relatively simple, it has nothing more than a list of unique reference numbers, each with a date. This one processes fine. The second one is a bit more complex but still not massive and not overly complicated in itself - it takes a bunch (~1m) of rows, cuts down to maybe 20 pertinent columns, has the other table joined in, has a couple of simple custom columns created based on the value that's brought in, nothing major. The preview will complete fine in the query editor, but when trying to get things to update in Desktop itself, it just never gets started.
By commenting out the back end of the query until it completes, and then adding in things line by line, I've identified the step of the query which is causing the problem - this is the part of the query which causes the problem:
#"Merged Queries" = Table.NestedJoin(#"Filtered Rows", {"POLICYNUMBER"}, Cancellations, {"POLICYNUMBER"}, "Cancellations", JoinKind.LeftOuter),
#"Expanded Cancellations" = Table.ExpandTableColumn(#"Merged Queries", "Cancellations", {"CancelDate"}, {"CancelDate"}),
If I include just the first line, the query completes. If I include the second line as well, the query just stalls at that point and never starts (but, as stated, only when actually loading data into Desktop - refreshing the preview within Power Query works). Does anyone have any insight as to why this would be the case and possible fixes?
Hi @jthomson
According to your description, the problem you are experiencing is as follows: You have 1M rows of data, which are displayed normally in Power Query, but clicking Refresh in Desktop is not effective.
To better help you, is there any relevant error message? If so, would you mind sharing them?
Best Regards,
Yulia Xu
There is no error message, it just hangs saying waiting for our Snowflake server and nothing happens
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 |
---|---|
134 | |
91 | |
89 | |
64 | |
58 |
User | Count |
---|---|
201 | |
137 | |
107 | |
72 | |
68 |