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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Jeremie
Frequent Visitor

Personal gateway fails accessing web content, but desktop still works

I've run into an odd error where I'm pulling data from http://www.yr.no/place/Canada/Alberta/Swan_Hills/long.html.  Refreshing it in the desktop works fine, and it also used to work fine with the personal gateway.  I've reproduced it in two seperate environments, so I know it's not something to do with connectivity.  I'd like to know if anyone else has the same problem with the personal gateway.  Also, I've looked through the gateway logs and haven't been able to determine anything.

 

Screen Shot 2017-08-26 at 6.02.37 PM.png

Here's my M code.

 

let
    Source = Web.Page(Web.Contents("http://www.yr.no/place/Canada/Alberta/Swan_Hills/long.html")),
    Data1 = Source{1}[Data],
    #"Extracted Last Characters" = Table.TransformColumns(Data1, {{"Date", each Text.End(Text.From(_, "en-CA"), 10), type text}}),
    #"Renamed Columns" = Table.RenameColumns(#"Extracted Last Characters",{{"Date", "ImportedDate"}})
in
    #"Renamed Columns"

 

Here's my actual PBIX fle.

 

http://www.performancedataanalytics.com/public/weather%20test.pbix

 

Ideas?

 

Jeremie

1 ACCEPTED SOLUTION
v-qiuyu-msft
Community Support
Community Support

Hi @Jeremie,

 

This is a known issue, and PG team are working on the fix. You can check status of this issue from Support site:

 

q4.PNG

 

Best Regards,
QiuyunYu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-qiuyu-msft
Community Support
Community Support

Hi @Jeremie,

 

This is a known issue, and PG team are working on the fix. You can check status of this issue from Support site:

 

q4.PNG

 

Best Regards,
QiuyunYu

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors