stansw / vsts-open-in-powerbi

Visual Studio Team Services extension which allows users to open queries in Power BI.
MIT License
19 stars 8 forks source link

404 error #16

Open Thumper369 opened 5 years ago

Thumper369 commented 5 years ago

Having problems getting it to open in power BI. Any help would be appreciated.

image

stansw commented 5 years ago

This error indicates that your query doesn't exist any more or you lost permissions to access it. Please try to open it again. If you want to keep your existing reports you can open Power Query editor and copy new code to your old *.pbix file. I can explain more if you want to go that path.

I will also investigate this problem as I did fix it in the past with #11 . It seems that something has changed in the underlying Azure DevOps data connector.

Thumper369 commented 5 years ago

This is trying to created a new report. Steps to Reproduce:

  1. Pull Query
  2. Click Open in Power BI button (Awesome by the way)
  3. Open Downloaded .pbit file
  4. Error presents.
  5. Closing error this pops up.
  6. Clicking Apply Changes cases error to pop back up.

image

msftpetergu commented 4 years ago

I'm seeing same error (404) when single query returns many records. Reducing the result size would help. Then I used multiple queries and merged results with PowerBI, have to admit it's not a great workaround.