Accessing API and web service data using Power Query - by Chris Webb

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.พ. 2021
  • Speaker: Chris Webb
    #PowerQuery #PowerBI #API #WebAPI #WebService #GetData
  • บันเทิง

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

  • @eagillum
    @eagillum 2 ปีที่แล้ว +7

    6:27- the source of most of the webservices that he uses in this session (json converter)
    7:45- first webservice connection
    11:00- calling a webservice in M (GET request)
    14:38- what Power Query engine is doing behind the scenes (diagnostics tools)
    17:29- POST requests!
    20:20- M is a more elegant way of writing JSON (JSON.FromValue)
    21:31- More complex types of GET requests
    27:00- this query refreshes in desktop, but not in service- WHY?
    31:23- authentification/permission issues
    33:35- Get route API! (Azure Maps) (hiding your API key)
    36:33- another form of authentification- OAuth2 [sp?]
    39:41- OData webservices (no M code required) (query folding supported)
    43:58- questions

  • @wonnapee
    @wonnapee 2 หลายเดือนก่อน

    27:37 - it s very valuable info about pbi service and auto refresh

  • @gauravsukhadia638
    @gauravsukhadia638 3 ปีที่แล้ว +1

    Superb Chris Webb I was looking forward to getting around with the trick to make my API flexible with query1 and this is it. I have been through like million websites and this is the only video that showed me right solution. Awesome stuff.

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

    Great content, very proffesional, practical, straight ahead presentation.

  • @fajnefajne4339
    @fajnefajne4339 2 ปีที่แล้ว +1

    Thank you very much for the lecture by professor Webb on the science of Power Query. :-)

  • @johng5295
    @johng5295 2 ปีที่แล้ว +1

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

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

    very informative! Thank you so much!

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

    Great presentation!

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

    Hi Chris, thanks a lot for the detailed video. The part where you explained about getting around with dynamic refresh error.. In that query, you defined a table with values as 1,2,3 for Id in the the query itself.. I'm trying to refer it to an existing list rather than defining the table in the query itself.. How can I achieve that?

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

    Thanks a lot for streaming this content

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

    Thanks for the session. It helped a lot : )

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

    Topic perfectly on point of my current project (especially the follow up questions)... in summary MS. Excel simply can't connect to any modern REST API services... (modern implying now common secure authentication methodologies)
    So to connect Excel to majority of the internet, one HAS to write their own custom connector.
    Gotta say this is a painstakingly obvious shortcoming of Microsoft it seems.

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

    Thank you for this video! I’m finding that when I do this dynamically that the API is being called multiple times rather than just once per row. I’m not referencing any other queries, just table data. Cache maybe? Any ideas on how to avoid it calling the web api url more than once per row?

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

    great content

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

    This was amazing. More content around scrapping data on a web please. Can I ask how do you know if a webiste is OData?

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +1

      An Odata service normally follows some standards: www.odata.org/

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

    Does this work for all APIs? Are there any limitations? I'd like to try to connect to the ADP API, but haven't found any actual examples

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

    I'm having an issue with calling usda data.
    One of the query parameter includes spaces. If I typed the query direct into browser with spaces, it works.
    When using web.contents the spaces are escaped it seems, and the escape characters become part of the url.
    In doing so, the api call doesn't work.
    Any ideas?

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

    Hi Please help me, How can i get data in power bi from druid