Forum Discussion

Mp1977's avatar
Mp1977
Icon for Helper II rankHelper II
6 years ago
Solved

Power Bi Service Requested a Gateway to Refresh a Web Page Data - Is it Correct?


Hi Everyone !

I created a query to pull data from https://bsportsfan.com/le/23114/Esoccer-GT-Leagues-%E2%80%93-12-mins-play/p.2

It worked well in Desktop but in Power BI Service , it requested when I asked to refresh.

 

 

 

 

 

 

 

Then i changed my code and used Relative Path, because it might be the issue. But I still get the same request to have a gateway installed.

 

 

let
    Source = Web.Page(Web.Contents("https://bsportsfan.com", [RelativePath="/le/23114/Esoccer-GT-Leagues-%E2%80%93-12-mins-play/p.2"])),
    Data0 = Source{0}[Data]
in
    Data0

 

 

I pulled data from web before and refreesh it using PBI service and it was never a issue. 

Does anyone knows how can I fix that?

Thank you in advance

M. Penner

4 Replies