82  Importing Data from REST APIs | Other Data Sources | Power BI

82 Importing Data from REST APIs | Other Data Sources | Power BI

Speedilytech Team

5 лет назад

127,018 Просмотров

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


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

@dhruvinshah1064
@dhruvinshah1064 - 09.04.2020 17:49

Hi,
Thanks for sharing. I have a question with using APIs in Power BI.
How to handle the access key or tokens that an API might need? Can this be done through Power BI easily?
Don't forget to tag me when you reply. Thanks once again @Speedilytech Team.

Ответить
@ambarsingh6959
@ambarsingh6959 - 09.09.2020 21:06

not much helpful until you show how to handle pagination in API

Ответить
@sridharreddy3493
@sridharreddy3493 - 19.10.2020 20:40

am trying to create a report puling the data from a REST API. The API however is secured using oAuth2, so in order to pull the data, an API call must first be made to /login/token API (using basic authentication) and the token returned needs to be used to authenticate the actual API call pulling the data. Is this possible with PowerBI


Can you please suggest on this ?

Ответить
@nicafaustinoVC
@nicafaustinoVC - 27.11.2020 06:54

Thanks! Very useful. How PowerBI handle data updates? Can I tell PowerBI to refresh, rerun query every 30 minutes? Do I need to manually transform the JSON each time into a PowerBI table which would defeat the purpose of dynamic data loading... any help would be appreciated. Thanks!

Ответить
@user-eg1ss7im6q
@user-eg1ss7im6q - 04.03.2021 16:48

Can the whole process be automated?

Ответить
@xristinarose2409
@xristinarose2409 - 17.03.2021 14:07

Thank you! This was very helpful 💙

Ответить
@techienomadiso8970
@techienomadiso8970 - 29.06.2021 15:26

You guy you are also here...Great!!!

Ответить
@kedar09
@kedar09 - 02.09.2021 09:16

Hello. I made my own REST API and I performed the same steps. Once the "Navigator" is open, I can see my data in "Web View", but not "Table View". Since it cannot be represented in the form of tables, it can't get loaded into PowerBI. Is there any way wherein this can be done? Please help. Thanks :)

Ответить
@divyanshusoni3448
@divyanshusoni3448 - 18.11.2021 13:38

very useful

Ответить
@bvnhome
@bvnhome - 31.07.2022 19:08

Hello Sir, how can we fetch data from power bi as xml or json to my application using rest api

Ответить
@sureshus2333
@sureshus2333 - 11.11.2022 13:33

really i used this video thank you god

Ответить
@ahv5457
@ahv5457 - 07.02.2023 06:54

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")

Ответить
@fseruya
@fseruya - 08.02.2023 20:55

Great work! Thank you so much for this video. With this example, I was able to do the same with multiple API connections.

Ответить
@luiscarlosmaldonadocely8761
@luiscarlosmaldonadocely8761 - 18.08.2023 23:15

Hi! I’m interested for learn more. Could I pay you for any classes? What it is your email for contact ? I really need improve that knowledge ! I will be waiting your answer

Ответить
@thekhanshaakir
@thekhanshaakir - 21.08.2023 11:06

Hi my rest api needs a jwttoken for which i need to login to get jwttoken and then the token i valid for 2 hrs, after which we can get a new token maybe to get data. Could u please help for the same.

Ответить
@hellmutmatheus2626
@hellmutmatheus2626 - 15.09.2023 17:12

thanks mate!

Ответить
@JevonGounden
@JevonGounden - 25.10.2023 15:58

Hi there, how do I get an api key from swagger. It is required in Power BI when trying to access the data on the API

Ответить
@aynellrodriguez7348
@aynellrodriguez7348 - 29.01.2024 18:35

This was very useful, Thanks!!

Ответить
@rajnishsasmal
@rajnishsasmal - 14.03.2024 09:57

We have developed Angular and JAVA web application. We also integrated the Power BI Report via embedded token/URL, service principle, row level security etc. Able to access and display the Power Bi Report through iFrame in angular and java. Also successfully download the report in PDF and PPT etc. But we are looking for, how to implement the download report using bookmark or filter. Now we are able to download the report as whole not a bookmark or filter basis. How do we interact and pass the bookmark and filter information to download the report between Angular , JAVA and Power Bi Service Call. How we need to get the information of bookmark or filter from iFrame? Please let me know if anybody has any idea.

Ответить
@stoneagepcgamer
@stoneagepcgamer - 24.03.2024 00:22

Rain, Rain Go Away...

Ответить
@mohammadsaleh4767
@mohammadsaleh4767 - 09.06.2024 20:49

Di you have a udemy course in power bi

Ответить
@ishanagrawal396
@ishanagrawal396 - 08.09.2024 09:10

Thanks! How to import data using GraphQL?

Ответить