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
Anonymous
Not applicable

Error: We couldn't refresh because your data gateway (Power BI – personal) is offline...

I'm using the Desktop Power BI to publish a Web datasource to the service. When I try to refresh though I get this error:

We couldn't refresh because your data gateway (Power BI – personal) is offline. Make sure your computer is on and the gateway is up and running.

 

Here's my query:

let
    Source = Xml.Tables(Web.Contents("http:///api/someapi?someelement=value")),
    Table1 = Source{1}[Table],
    Table0 = Table1{0}[Table],
    #"Changed Type" = Table.TransformColumnTypes(Table0,{{"element", type text}, {"element", type text}, {"quality", type text}, {"Attribute:description", type text}}),
in
    #"Renamed Columns1"

1 ACCEPTED SOLUTION
ankitpatira
Community Champion
Community Champion

@Anonymous Error message suggests you don't have personal gateway running or is accessible. Personal gateway is required to enable schedule refresh of data in power bi service. Follow this article to setup personal gateway.

View solution in original post

4 REPLIES 4
rdoughty
New Member

You should not need a personal gateway. A Web data source is an "off prem" datasource and should refresh by itself in the Power BI Service.

v-qiuyu-msft
Community Support
Community Support

Hi @Anonymous,

 

In your scenario, please open the Power BI Service, then click Settings->Datasets, find the dataset used by this report, then expand Gateway Connection tab, check which server is the personal gateway running on like below:

 

q3.PNG

 

Then you can go to this server, find and open the personal gateway, check whether it's running like below:

 

q1.PNG

q2.PNG

 

If you have any question, please feel free to ask.

 

Best Regards,
Qiuyun Yu

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.

Hi,

I am facing the same issue.

When I am running the Gateway it shows;

It says 'Please wait while we check for few more things' insted of connected.

And in place 'Help improve option' it shows 'Access Denied'

 

Can you please help me in resolving this?

 

ankitpatira
Community Champion
Community Champion

@Anonymous Error message suggests you don't have personal gateway running or is accessible. Personal gateway is required to enable schedule refresh of data in power bi service. Follow this article to setup personal gateway.

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
Top Kudoed Authors