Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancel button disabled #196

Closed
cboneill0099 opened this issue Jun 24, 2019 · 3 comments
Closed

Cancel button disabled #196

cboneill0099 opened this issue Jun 24, 2019 · 3 comments

Comments

@cboneill0099
Copy link

cboneill0099 commented Jun 24, 2019

I see there was an issue reported on Jan 19 with the cancel button, but mine seems to be different. This seems to happen with queries that have issues I'm trying to troubleshoot. While the query is running, the cancel button is grayed out and when I hover over it, it says a query is not running, but the timer is still going, and if I leave it alone, results are eventually returned. There are other times, where the query ends up returning an error. I've included a screenshot of what my screen looks like when this happens, as well as the errors that are returned in instances where the query does not end up finishing.
DAX Studio 2

@dgosbell
Copy link
Contributor

This could actually be an issue with the "Clear Cache and Run" option. If you use just the standard "Run" button does this issue occur?

@cboneill0099
Copy link
Author

Sorry it took a couple of days to respond. I'll give that a shot and see if I experience the same behavior and get back to you.

@dgosbell
Copy link
Contributor

I've just been doing some testing between the "Run" and "Clear Cache and Run" commands and I can reproduce this issue. The issue with the clear cache command is that it not only clears the data cache, but it also clears the global scope for the current session, so we run an empty query after clearing the cache to re-establish the session. It was this empty query that was triggering the "QueryComplete" state too early - I have a fix for this that will go out in the next release..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants