Send API POST Requests in Excel with Power Query

  Рет қаралды 61,389

How To Excel

How To Excel

Күн бұрын

Пікірлер: 42
@abe4214
@abe4214 3 жыл бұрын
This example sounds more like a GET function than POST.
@markblabla6875
@markblabla6875 3 жыл бұрын
Thought the same
@DeadJDona
@DeadJDona Жыл бұрын
because this is a clickbait video without any helpful information
@wayneedmondson1065
@wayneedmondson1065 4 жыл бұрын
Hi John.. thanks for this video. Always something new and interesting coming from How To Excel. Thumbs up!!
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
There's airways something new and interesting to do! 👍 Microsoft is keeping all of us busy with all these great tools.
@darrylmorgan
@darrylmorgan 4 жыл бұрын
WOW!Just Learned Something New Again..Thank You John :):)
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
Glad to hear Darryl 👍
@1984Negi
@1984Negi 4 жыл бұрын
Thank you for sharing this video ❤️. Learned something new. Can you please share How to use Yammer API as well in your upcoming videos ?
@tuyoexcelypowerbi
@tuyoexcelypowerbi 4 жыл бұрын
Great video!!!! I use this technique with VBA but it's nice to know Power Query can do it too
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
I avoid VBA these days 😉
@pswork9435
@pswork9435 4 ай бұрын
How to pass dynamic data like referencing cell value in the body?
@Chrislybears
@Chrislybears 2 жыл бұрын
How is this video showing POST Requests? The example shown in the video is a GET Request to an API as it just gets data from a JSON API without posting anything back.
@JoshOntko
@JoshOntko 3 жыл бұрын
Thank you for the video! Is it possible to reference specific cells for the variable values instead of hard coding it? For example city=A12.
@HowToExcelBlog
@HowToExcelBlog 3 жыл бұрын
I haven't tried, but maybe name the cell City and reference that in your LAMBDA formula.
@MarkWernsdorfer
@MarkWernsdorfer 3 жыл бұрын
hello josh! did you find a solution? did the lambda referencing work? have a great day!
@NS-tp3vr
@NS-tp3vr 2 ай бұрын
How we can access api data into an excel having bearer token?
@DaeViZ0n3
@DaeViZ0n3 Жыл бұрын
What if I want to send a complete table (transactions on record line item level) so they can be consumed by an API? Some kind of for each loop?
@caliban2313
@caliban2313 3 жыл бұрын
Hello great video! Do you know what is the sytanx in case my API needs a bearer token? Thx!
@HowToExcelBlog
@HowToExcelBlog 3 жыл бұрын
Try looking at the advanced settings when you use a web query from the UI, it might be there.
@ukhg
@ukhg 2 жыл бұрын
You mean send a GET Request, this is not a POST
@kadirkkkk
@kadirkkkk 2 жыл бұрын
I'm triying microsoft token api connection and the "source" part is my problem. Giving parameters like that does not work, i dont know why. I'm not so experienced about api things. may be it's because MS wants the "content-type=application/x-www-form-urlencoded" but not application-json
@actsoftpsdept8157
@actsoftpsdept8157 4 жыл бұрын
Excellent video! How would the Json.FromValue function be formatted if the json body contains another json object? ex. {"id":123, "params":{"name":"John"}}
@seanandrachelkelly7744
@seanandrachelkelly7744 2 жыл бұрын
did you ever figure this out? I'm looking to do the same thing.
@santoshkamala4548
@santoshkamala4548 4 жыл бұрын
Very good one. I have one question, I can see your power query is having some feature where you type M query, it’s giving some suggestion and meaning. In my power query, I have type exact formula with case sensentive, else it shows error. Could you please help me, how you fix that !!! Mean to ask - Your advance editor in power query is having nice color code and different feature
@Amr-Ibrahim-AI
@Amr-Ibrahim-AI 4 жыл бұрын
Check this article. Seems like you need to be on Office 365 www.excelguru.ca/blog/2019/07/17/power-query-intellisense-and-highlighting-in-excel/
@jaffrolaws3165
@jaffrolaws3165 4 жыл бұрын
Hi, would you know how to get API data from Advanced REST client to excel (i have no programming background) - theres so many things i want to build in excel, i just need need the data - thanks
@DhasseLOL
@DhasseLOL 4 жыл бұрын
Thanks, great video. Is it in any way possible to feed keys and parameters into the api requests from normal excel cells? What I'm after is being able to enter coordinates into a table in Excel, press a button that calls the API using the data in the table as parameters. The idea is to set up a spreadsheet that doesn't require the user to engage with complicated API requests. I'm completely new to APIs so I don't know if what I'm asking is ridiculous, sorry...
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
You can set up a parameter table. kzbin.info/www/bejne/qZW1Y3V_Z8poj5o
@DhasseLOL
@DhasseLOL 4 жыл бұрын
@@HowToExcelBlog Great, I'll check it out! Still stuck on the contents of this video though haha... Can you spot any obvious error in the code? I have replaced my API key in the code below. Here is my query that results in error 400 bad request: Edit: I figured it out, I had formatted the list in the content according to JSON instead of Power Query. Now it works flawlessly. Once again, thanks for the video!
@ExcelExciting
@ExcelExciting 4 жыл бұрын
Great Tip :) thanks for sharing
@priscillachang5353
@priscillachang5353 Жыл бұрын
My Excel's Advanced Editor is greyed out. What am I missing?
@raphaelbonillo2192
@raphaelbonillo2192 3 жыл бұрын
Hi! Is possible to logged in in a prompt window?
@HowToExcelBlog
@HowToExcelBlog 3 жыл бұрын
I think you're out of luck.
@raphaelbonillo2192
@raphaelbonillo2192 3 жыл бұрын
@@HowToExcelBlog Should I understand your comment like it is not possible? If so, thank you anyway. My problem is that I am trying to consume an OAuth2 type API and in one of the steps a floating window appears asking for a login and password.
@rajasharma5255
@rajasharma5255 4 жыл бұрын
I'm using Excel Ver 16 ( Office 365 ) , how can i accomplish this in that ?
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
Yep, 365 is what I use.
@KyleDelaney21
@KyleDelaney21 4 жыл бұрын
This is an anonymous request. How would you build a API call that requires an authorization?
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
Depends on the authorization type
@HowToExcelBlog
@HowToExcelBlog 4 жыл бұрын
Auth is passed through URL in this example, but you can also pass it through the header.
@JimmySailor
@JimmySailor Жыл бұрын
Good video but incorrect title, this isn't a POST request at all.
@DeadJDona
@DeadJDona Жыл бұрын
just curious, is there a single person who got help from this video? really, at 1:30 we see clicks on a few buttons, then we got some DETAILED EXPLANATION OF BASIC TEXT EDITING, then at 2:25 author casually switches to some completely new app that appears on the screen first time, still casually calls it "Excel" (WTF?), and provide detailed explanations on HOW TO EDIT TEXT, LIKE ON REALLY DAMN COPYPASTING. jeeeeeez another "how to copypaste into unknown" video
@ПавелСальков-в6з
@ПавелСальков-в6з 2 жыл бұрын
It's POST-request! Not GET!
Use Excel VBA to Read API Data
20:48
Excel Macro Mastery
Рет қаралды 137 М.
How to Use List Generate to Make API calls in Power Query
18:27
BI Gorilla
Рет қаралды 40 М.
Самое неинтересное видео
00:32
Miracle
Рет қаралды 2,6 МЛН
АЗАРТНИК 4 |СЕЗОН 1 Серия
40:47
Inter Production
Рет қаралды 1,4 МЛН
大家都拉出了什么#小丑 #shorts
00:35
好人小丑
Рет қаралды 95 МЛН
Import Multiple Pages from Web with One Query in Excel
12:41
Computergaga
Рет қаралды 190 М.
How to easily automate boring Excel tasks with Power Query!
17:10
MyOnlineTrainingHub
Рет қаралды 1,5 МЛН
Making API Requests in VBA | JSON
26:17
Sigma Coding
Рет қаралды 43 М.
No, Einstein Didn’t Solve the Biggest Problem in Physics
8:04
Sabine Hossenfelder
Рет қаралды 271 М.
Accessing APIs using Excel
15:33
Skills With Sid
Рет қаралды 21 М.
Making a POST Request Using Power Query
17:12
Sigma Coding
Рет қаралды 13 М.
Easily Import Data from Web to Excel (2 Practical Examples)
10:02
Leila Gharani
Рет қаралды 945 М.
When Should You Use the Hash Sign in Excel Formulas?
10:53
Leila Gharani
Рет қаралды 1 МЛН
Самое неинтересное видео
00:32
Miracle
Рет қаралды 2,6 МЛН