clear, concise and to the point - very helpful tutorial. You should have a lot more subscribers
@skillswithsid11 ай бұрын
Thank you so much, I will keep trying :) hoping to grow the subscriber base in future
@mkolassa5 ай бұрын
Excellent Video. Clear and concise
@skillswithsid5 ай бұрын
Thank you! Do let me know if there is any other content you want me to cover in future
@chrisder18144 ай бұрын
hello in this video so you are integrating an API into Excel? do you also do this on Google sheet? I think the difference is that on Excel it's very simple since there is a function integrated into the Excel software but on Google sheet I have to download an extension? Or do I have to code in app script?
@alfonsosundblad32756 ай бұрын
Great Video! Question: how could i put the user number in a cell and have it referenced in the query? for my use case it would be a date, since my coworkers wont use power queries they will need the value outside of it
@cikimoo9 ай бұрын
Excel load data from api every time we open the file or loaded old data when it create ?
@skillswithsid9 ай бұрын
Yes you will need to rerun the query each time. Excel won’t auto load. The only way you can schedule the API query is to use some DAX/M language code. But if you want to do that you are better off learning Python. We will cover using Python to schedule an API call in an upcoming video this April
@cikimoo9 ай бұрын
@@skillswithsid yes i get it, Python in this case more powerful for handling API request , sure i will check for other video .. Thanks
@friodia7 ай бұрын
Thank you very much!
@alexisgonzales37458 ай бұрын
How can I input Google map or Bing map/ route API for calculating daily milage in Excel spreadsheet from address to address. I tried following using your video but Google doesn't show v2 documentation.. very new to this and get lost on the website as what is my next step? Can you do a video on inputting information from google maps in Excel?
@patil_ji9 ай бұрын
how to get private data with access token like we do in postman
@skillswithsid9 ай бұрын
So I don’t use Postman, but I believe the process is the same, you will need a API key to access your API, in PowerQuery there is a field where you need to provide this key, this will then enable you to generate data from a GET request.
@riskcatriax5 ай бұрын
Ez video to follow
@harjitsandhu73753 ай бұрын
❤
@NS-tp3vr5 ай бұрын
How to access api with access token that needs to be refreshed?
@skillswithsid5 ай бұрын
I will cover API tokens later this week including Bearer tokens
@NS-tp3vr5 ай бұрын
@@skillswithsid Can we import data from api with access token needs to be refreshed?