Gathering data from APIs in Power BI

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 31

  • @wonkibonki948
    @wonkibonki948 2 года назад

    This was perfect. I have been looking around to find out how to essentially loop through API calls and this helped a bunch.

  • @PaulEBrownbill
    @PaulEBrownbill 4 года назад +3

    Really good presentation thanks. The sound was a bit difficult to hear at times, but really good information which will be useful. Thanks

  • @nirmaljoe1761
    @nirmaljoe1761 Год назад

    I am getting OLE DB or ODBC error: [Expression.Error] The field 'Monthly Time Series' of the record wasn't found.. If I am trying to update one or more stock records. How to fix this?

  • @sridharreddy3493
    @sridharreddy3493 4 года назад +1

    hi ,
    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 ?

  • @leopark7395
    @leopark7395 3 года назад

    Thanks for sharing. Do you have any advice for pulling market data for a larger list of tickers (~50-100) with AlphaVantage's API call limitation in mind?

  • @shubhampatel3582
    @shubhampatel3582 3 года назад

    can we provide dynamic access token to it? i mean i f we update data in api will it reflects in power bi desktop

  • @pritichaudhari7596
    @pritichaudhari7596 Год назад

    Hello,
    Would you please make a video on, how to get Data from RESTful API which has "two Factor Authentication" e.g. Maconomy RESTful API framework.
    Thank you.

  • @eagillum
    @eagillum 2 года назад +1

    Starts at 9:06
    Starts inputting code at 13:50

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

  • @jbgonzalez13
    @jbgonzalez13 4 года назад +2

    Thank you for the video. It helped me a lot to understand APIs.

  • @tanaynagarsheth4762
    @tanaynagarsheth4762 2 года назад

    Token Identifier Expected, what kind of error is this?

  • @johnhartley2438
    @johnhartley2438 4 года назад

    Gr8 session on APIs yesterday. I've tried to run through material, but get this syntax error around the API key. Obviously, I did enter my own but ...

  • @innamizulina6791
    @innamizulina6791 4 года назад +1

    Super cool, thanks for sharing👍

  • @nazishali137
    @nazishali137 4 года назад

    Can I do same for SOAP API as the source i have is providing me with Soap Api and I need that data in PBI

    • @chrisbarber639
      @chrisbarber639 4 года назад +1

      SOAP APIs dont work in the same way as rest APIs and there is currently nothing in the microsoft to be release list to enable a connector for this. 1 option could be to look at dreamfactory who have a SOAP to rest API conversion; this is not something I have personally used. You could also use python within Power BI to allow you to connect to the soap API.

  • @1yyymmmddd
    @1yyymmmddd 4 года назад

    Thank you. How do you connect to an API that requires username and password?

  • @harshtrivedi700
    @harshtrivedi700 3 года назад +4

    need to work on audio, its too low

  • @akhilkp5378
    @akhilkp5378 4 года назад +2

    audio is not clear

  • @rich83rs
    @rich83rs 3 года назад

    technology has come such a long way to date in 2021, for which we are grateful ...however... having content creators use a suitable microphone/sound source for their presentations still alludes us.

  • @prasanthalpha
    @prasanthalpha 3 года назад +2

    Please speak up! The audio is very difficult to hear. You are barely audible even after keeping the volume at 100% and using noise cancellation headsets.

  • @ambarishsharma6432
    @ambarishsharma6432 3 года назад

    Excellent

  • @DubShah
    @DubShah 3 года назад

    Legend