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

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ก.ย. 2024
  • IMPORTANT FILES
    DATA.ZIP
    drive.google.c...

ความคิดเห็น • 30

  • @nicafaustinoVC
    @nicafaustinoVC 3 ปีที่แล้ว +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!

  • @fseruya
    @fseruya ปีที่แล้ว +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 3 ปีที่แล้ว

    Thank you! This was very helpful 💙

  • @ishanagrawal396
    @ishanagrawal396 21 วันที่ผ่านมา

    Thanks! How to import data using GraphQL?

  • @JevonGounden
    @JevonGounden 11 หลายเดือนก่อน

    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

  • @kedar09
    @kedar09 3 ปีที่แล้ว

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

  • @rajnishsasmal
    @rajnishsasmal 6 หลายเดือนก่อน

    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.

  • @bvnhome
    @bvnhome 2 ปีที่แล้ว

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

  • @mohammadsaleh4767
    @mohammadsaleh4767 3 หลายเดือนก่อน

    Di you have a udemy course in power bi

  • @ambarsingh6959
    @ambarsingh6959 4 ปีที่แล้ว +2

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

  • @dhruvinshah1064
    @dhruvinshah1064 4 ปีที่แล้ว +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  4 ปีที่แล้ว

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

    • @imaneamouna936
      @imaneamouna936 ปีที่แล้ว +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 11 หลายเดือนก่อน

      ​@@imaneamouna936thanks a lot!

  • @user-eg1ss7im6q
    @user-eg1ss7im6q 3 ปีที่แล้ว +2

    Can the whole process be automated?

  • @sridharreddy3493
    @sridharreddy3493 4 ปีที่แล้ว +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 3 ปีที่แล้ว

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

  • @ahv5457
    @ahv5457 ปีที่แล้ว

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

  • @thekhanshaakir
    @thekhanshaakir ปีที่แล้ว

    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.

    • @prakshityagi8925
      @prakshityagi8925 11 หลายเดือนก่อน

      Hi, Did you find solution for this?

  • @stoneagepcgamer
    @stoneagepcgamer 6 หลายเดือนก่อน

    Rain, Rain Go Away...

  • @sureshus2333
    @sureshus2333 ปีที่แล้ว

    really i used this video thank you god

  • @aynellrodriguez7348
    @aynellrodriguez7348 8 หลายเดือนก่อน

    This was very useful, Thanks!!

  • @luiscarlosmaldonadocely8761
    @luiscarlosmaldonadocely8761 ปีที่แล้ว

    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

  • @techienomadiso8970
    @techienomadiso8970 3 ปีที่แล้ว

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

  • @hellmutmatheus2626
    @hellmutmatheus2626 ปีที่แล้ว

    thanks mate!

  • @divyanshusoni3448
    @divyanshusoni3448 2 ปีที่แล้ว

    very useful