Getting Started with Power Query APIs - It's surprisingly easy!

Getting Started with Power Query APIs - It's surprisingly easy!

MyOnlineTrainingHub

3 года назад

118,632 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Gift Furnito
Gift Furnito - 15.08.2023 18:21

How to get data from web which has id and password?

Ответить
Adam Sabourin
Adam Sabourin - 25.07.2023 13:18

How do you handle bearer tokens being required by the API? I have an API that requires a POST call that returns a temporary code used in other GET calls so there is a sequence to it...

Ответить
revelator john
revelator john - 19.07.2023 22:57

thanks im trying it, and it seems to only have the options when the connection is available, otherwise you can also find the authentication settings still I noticed

its also asking how much of the packet to apply the password to on one prompt


in the "data"banner next to from web
data source settings drop down
goto data source settings
then global settings
and then edit permissions button
to see those hidden features

Ответить
Oneida Rodriguez
Oneida Rodriguez - 17.07.2023 14:54

This was so clearly explained, so easy to understand. It really helped me at work, thank you very much for creating this video.

Ответить
Diego Lozano
Diego Lozano - 23.05.2023 09:50

Super

Ответить
Nisarg shah
Nisarg shah - 09.03.2023 19:58

How to get data from amazon website?

Ответить
Ali Vahabzadeh
Ali Vahabzadeh - 07.02.2023 06:55

Hi,

I am getting data from an API that has two parameters like below in the URL:

Param1930=2021-01-01&Param1931=2030-12-31&format=JSON

These are the start and end dates of the report that I have manfully set up in the API URL. But, how do I make it dynamic so that everyday that I refresh the data in Power BI connect to the API and pull the latest data? My current M code is something like below:


let
Source = Json.Document(File.Contents("C:\Users\Ali\AppData\Local\Microsoft\Windows\INetCache\IE\EHD7MHFN\1120")),
#"Converted to Table" = Table.FromList(Source, Splitter.SplitByNothing(), null, null, ExtraValues.Error),
#"Expanded Column1" = Table.ExpandRecordColumn(#"Converted to Table", "Column1", {"txtProvider",
"txtIncidentNo",
"FltDate",
"LogTime")

Ответить
Andrew Box
Andrew Box - 22.01.2023 00:41

Thanks for this, I was struggling to find the option to remove the json element name as column prefix b/c PBI was automatically doing the expansion for me, and I saw from this that there is a checkbox for that on the 2nd step.

Ответить
Alexander Baranov
Alexander Baranov - 11.01.2023 22:18

👍👍👍 very useful

Ответить
Stephen W
Stephen W - 01.12.2022 00:25

This was helpful for a basic unprotected source request. Do you have any videos on how to access an API that requires a key and credentials (not Windows but a different company's credentials that they provide)?

Ответить
Karim Allahwala
Karim Allahwala - 15.10.2022 16:06

Very helpful.Thank you for sharing your knowledge

Ответить
Brighton Albert
Brighton Albert - 10.10.2022 10:38

Thanks, can we do the same for the software like dhis2 ver 2.37

Ответить
Seamus Hand
Seamus Hand - 08.10.2022 13:30

Very impressive. Thank you for simplifying API connections without all the code and questions about which programming languages etc

Ответить
Ben Dunaway
Ben Dunaway - 07.07.2022 15:16

Very informative video. Thank you.

Ответить
himaja deevi
himaja deevi - 30.04.2022 18:52

Hi Mynda.. could you please guide in how to connect jira with power using rest api... that would be of great help

Ответить
Joe
Joe - 15.03.2022 00:27

Hi Folks, Need some help.
How can I use "or" command in API data extraction. I can easily use "&" to filter from multiple columns (for eg: select rows with Value "Canada" in Country_column, & value "Hockey" in Sports_column: api/reporting/request?Country=Canada&Sport=Hockey). But what syntax will I use for selecting two values from the same column. For eg: if I want all data where value is USA Canada in Country Column?? (I tried " ; " , "or" and parenthesis, nothing worked!!)

I have to do this as my API fails with the large volume of data, so i can fetch in small sizes.

Ответить
Pavithra Meera
Pavithra Meera - 11.01.2022 06:26

Can pls tell how to create trans query api structure

Ответить
Drew Bbc
Drew Bbc - 19.12.2021 17:24

Well done

Ответить
Carlo Bra
Carlo Bra - 10.11.2021 13:54

thanks

Ответить
Adonai Zedek
Adonai Zedek - 01.11.2021 15:55

Thanks

Ответить
Russian Punch Productions - Andrej Schmitt
Russian Punch Productions - Andrej Schmitt - 18.10.2021 16:58

thank you for your useful video!

i am wondering, does anyone here perhaps know how to deal with APIs, which require their header to be sha256 encrypted, using user data as keys?

Ответить
Chips_dude!
Chips_dude! - 06.10.2021 20:53

Thank you for the video… my office internal website data am trying to obtain but unable to get the out put. We use authentication code once we login to web browsers to access complete day. Later the site asks for only user info and we don’t need to provide any password…. Just continue to the site

Ответить
John G
John G - 23.09.2021 08:47

Thanks in a million. Great content. Awesome. Grade: A++💥

Ответить
Kim Jefferson
Kim Jefferson - 26.08.2021 21:52

thank you! so much!

Ответить
Wayne Edmondson
Wayne Edmondson - 31.05.2021 10:24

Hi Mynda. Super interesting topic. Lots to study and learn. Thanks for sharing :)) Thumbs up!!

Ответить
Taha Elyakoubi
Taha Elyakoubi - 27.05.2021 18:02

thank you

Ответить
Gabriela Ganciu
Gabriela Ganciu - 15.05.2021 21:38

Hello, how would this work if i don't have a API URL, but just a client ID and secret?

Ответить
A A
A A - 07.05.2021 10:49

I am trying to understand why use python when you can use excel...

Ответить
ANIRUDDHA KULKARNI
ANIRUDDHA KULKARNI - 01.05.2021 13:51

Great tutorial,❤️
Can you help with posting a post request rest apis or with query params with authentication mostly basic LDAP authentication ?. Thanks in advance 👍

Ответить
Caula Cau
Caula Cau - 15.04.2021 19:31

Hi
I'm trying to retrieve data from Companies House into excel but the API key provided doesn't isn't a URI, it's a string that looks like like this: d4e7d319-2034-47af-b8a0-cdc9ec2e410c. I can't get excel to understand this.
Any ideas?
Many thanks
- Cuala

Ответить
abdulrahman salama
abdulrahman salama - 15.04.2021 02:04

Hi thanks for your help
How can reach to site witch need login ??
I tried , but after past the link to get data its fail to access data

Ответить
ANIRUDDHA KULKARNI
ANIRUDDHA KULKARNI - 26.12.2020 10:14

how to make a post request with json payload is there any example ?

Ответить
Praveen K
Praveen K - 05.12.2020 21:35

Excellent tutorial. Is it possible to change the style of the table exported by PQ? I am actually annoyed with the green stripes

Ответить
Kamlesh Ratna Konajo
Kamlesh Ratna Konajo - 19.11.2020 18:46

Very Useful!! Pls. provide me help on the below

Query related to editing Multiple XML Files through excel and saving the the updated data in the Multiple XML files

1.First I imported multiple xml files in excel with mapping the certain fields which I need to edit.

2. Then I edit the data on the mapped fields.
3. I am having problem in updating the edited data into individual multiple xml files
Can you help me on this????

Ответить
Iván Cortinas
Iván Cortinas - 05.11.2020 20:44

Interesting and unknown topic for me. Thank you very much for providing information about this issue Mynda.

Ответить
jackeroo75
jackeroo75 - 04.11.2020 18:54

Ppl make sure to watch all the ads to the fullest because this channel deserves it!

Ответить
Houssain Chaer
Houssain Chaer - 17.10.2020 18:06

I have question plz

Can API querry get the data from each publication at the web source, just by refresh and without consulting the web?

Other side your channel it s unblievable !!!!

Ответить
Rakesh Bhagwan
Rakesh Bhagwan - 15.10.2020 21:24

Great!. I have uploaded my sample. Thank you for your help. under "To summarizes data of Sku select one sku, will display unit weight, change qty of the item say 1,2,3or4 ..unit this will give the total weight of the item(s). | General Excel Questions & Answers | Excel Forum"

Ответить
Hariom Gupta
Hariom Gupta - 15.10.2020 17:21

Hello ma'am my power query not show PDF import options

Ответить
Gary Fox
Gary Fox - 15.10.2020 10:02

I have to say that this is the answer to a question I didn't know how to ask. It's info I needed but didn't know it's technical name. Now I need to reverse the process and display the garnered data on a web page. Is this part of your remit or can anyone reccomend some further resources?

Ответить
Luke Udunuwara
Luke Udunuwara - 14.10.2020 16:29

Will this work with Excel 10

Ответить
Amol Mane
Amol Mane - 12.10.2020 22:56

Thanks for sharing this information,
I have a question, I have a api link, there are all customer details, I wanted to get the selected customer from entire data, selected customer are not fix so I will add those selected customer Id in Excel column, and I need the details for these customers only, how can I do this

Ответить
Бизнес в Excel - Business in Excel
Бизнес в Excel - Business in Excel - 11.10.2020 21:32

Большое спасибо!

Ответить
Doug H
Doug H - 09.10.2020 22:30

Informative steps, thanks!

Ответить
shahid zaman
shahid zaman - 09.10.2020 16:57

Really informative and detailed videos. I recommend it to all my colleagues.
Do you know if someone does such videos about SharePoint. If you can recommend any please. Will be greatly appreciated

Ответить