cancel
Showing results for 
Search instead for 
Did you mean: 
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
Microsoft

@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
Microsoft

@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
Join Arun Ulag at MPPC23

Join Arun Ulag at MPPC23

Get a sneak peek into this year's Power Platform Conference Keynote.

PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors