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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
jrberg
Regular Visitor

Can I work in Desktop Power Query offline when my data source is Web API?

 

My data source is Web APIs and I'd like to be able to continue developing my reports and using power query when not connected to the internet.  Currently when the API won't connect I can't do anythign in Power Query.

 

Is there a way to kind of lock the data down from the previous refresh while I work offline? I wouldnt need to refresh. Currently I just get the warning triangles and edit credentials.

 

 

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee

@jrberg

There's no way.

 

What is the response type of the Web APIs? For JSON and XML, you can save the API response to some JSON or XML file and load the file fromJSON like

 

Json.Document(File.Contents("C:\Users\xxxxx\Desktop\1.JSON"))

Check more function here.

 

View solution in original post

1 REPLY 1
Eric_Zhang
Microsoft Employee
Microsoft Employee

@jrberg

There's no way.

 

What is the response type of the Web APIs? For JSON and XML, you can save the API response to some JSON or XML file and load the file fromJSON like

 

Json.Document(File.Contents("C:\Users\xxxxx\Desktop\1.JSON"))

Check more function here.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors