Data Query from WEB ( Unexpected Error)

Status
Not open for further replies.

rki1966

Active Member
Joined
Feb 1, 2004
Messages
351
Excel - Unexpected Error, Something went wrong. If the problem continues, please restart Excel.

I am trying to create a web query, but it continues to fail. I can see the data from the table, but when try to load or edit, I get the Unexpected error.






shared #"NavigatorBase_d7b1e33b-12e0-429d-a134-38aa64065c4a" = let
Source = Web.Page(Web.Contents("http://xxxxxmetrics/investments/index?symbol=aapl"))
in
Source;


Workaround

I create a blank query then changed the Advanced editor

let
Source = Web.Page(Web.Contents("http://xxxxxmetrics/investments/index?symbol=aapl")),
Data = Source{0}[Data],
#"Changed Type" = Table.TransformColumnTypes(Data,{{"Symbol", type text}, {"Code", type text}, {"Description", type text}, {"Year", Int64.Type}, {"Quarter", Int64.Type}, {"Period Type", type text}, {"Value", type number}})
in
#"Changed Type"
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Status
Not open for further replies.

Forum statistics

Threads
1,213,546
Messages
6,114,251
Members
448,556
Latest member
peterhess2002

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top