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

Sdílet
Vložit
  • čas přidán 23. 09. 2019
  • IMPORTANT FILES
    DATA.ZIP
    drive.google.com/open?id=1Cmx...

Komentáře • 29

  • @fseruya
    @fseruya Před rokem +4

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

  • @xristinarose2409
    @xristinarose2409 Před 3 lety

    Thank you! This was very helpful 💙

  • @nicafaustinoVC
    @nicafaustinoVC Před 3 lety +15

    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!

  • @aynellrodriguez7348
    @aynellrodriguez7348 Před 5 měsíci

    This was very useful, Thanks!!

  • @techienomadiso8970
    @techienomadiso8970 Před 3 lety

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

  • @kedar09
    @kedar09 Před 2 lety

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

  • @ahv5457
    @ahv5457 Před rokem

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

  • @bvnhome
    @bvnhome Před 2 lety

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

  • @user-eg1ss7im6q
    @user-eg1ss7im6q Před 3 lety +2

    Can the whole process be automated?

  • @sureshus2333
    @sureshus2333 Před rokem

    really i used this video thank you god

  • @user-cf7mq5zn1m
    @user-cf7mq5zn1m Před 9 měsíci

    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

  • @hellmutmatheus2626
    @hellmutmatheus2626 Před 10 měsíci

    thanks mate!

  • @divyanshusoni3448
    @divyanshusoni3448 Před 2 lety

    very useful

  • @sridharreddy3493
    @sridharreddy3493 Před 3 lety +1

    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 ?

    • @davem2360
      @davem2360 Před 3 lety

      Probably just need to add the token as an HTTP request header (in the advanced button)

  • @rajnishsasmal
    @rajnishsasmal Před 4 měsíci

    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.

  • @thekhanshaakir
    @thekhanshaakir Před 11 měsíci

    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.

  • @dhruvinshah1064
    @dhruvinshah1064 Před 4 lety +5

    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.

    • @speedilytechteam1309
      @speedilytechteam1309  Před 4 lety

      I appreciate your question, If you need learn with instructor visit www.speedilytech.com/

    • @imaneamouna936
      @imaneamouna936 Před rokem +1

      hello Dhruvin Shah, my answer is a bit late but it may help others : You can add the token to access your API by adding the parameter "Authorization" and setting the value of your token to this param.

    • @dukercs
      @dukercs Před 9 měsíci

      ​@@imaneamouna936thanks a lot!

  • @mohammadsaleh4767
    @mohammadsaleh4767 Před měsícem

    Di you have a udemy course in power bi

  • @lalitmathur1194
    @lalitmathur1194 Před 4 měsíci

    Rain, Rain Go Away...

  • @ambarsingh6959
    @ambarsingh6959 Před 3 lety +2

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

  • @luiscarlosmaldonadocely8761
    @luiscarlosmaldonadocely8761 Před 11 měsíci

    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