Power Query - Looping and API Calls!

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ก.ค. 2024
  • In this video i show you how to loop through a API Call in Power Query and get back some really nasty insults from the API.
    #data #dataanalytics #api #powerquery #powerbi #powerbidesktop #excel
    Links
    File Link
    github.com/jbotes/powerbiTuto...
    API Link
    evilinsult.com/generate_insul...
    Mquery Link
    learn.microsoft.com/en-us/pow...

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

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

    Loop in PQ is awesome. Thanks for knowledge sharing.

  • @neils9565
    @neils9565 11 หลายเดือนก่อน +1

    This is absolutely brilliant - I've been looking for how to do this for the longest time.

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

    This is a higher level of PQ! :)

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

    Grate video! was just what I was looking for in a personal proyect. I'm having a problem nad I wanted to see if you could point me out the error, it's really weird. I create a function of the same style in PBI desktop and it works grate, but when i take it to a data flow on the web i get this error " One or more tables reference to a dynamic data source"

  • @andyelgohary13
    @andyelgohary13 9 หลายเดือนก่อน

    Will this loop works in Web Services, I am trying to figure out how to create a loop that works when I publish my reports!.

    • @basensei8699
      @basensei8699  9 หลายเดือนก่อน

      yes it can totally work for webservices!

  • @ItsWithinYou
    @ItsWithinYou 4 หลายเดือนก่อน

    I need to connect to API. For connection, there are 2 parameters - client id and password. Once enter the values of these 2 parameters, we get a token to access the api. This token is valid for 60 minutes so if the report is going to refresh again after 60 mins, it has to run this process again and generate a new security token. After accessing api, I need to input values from a column (from an existing table in power bi report) and api will give me rate value (in integer format) for each of these values. I need to save these rate values in a new column in an existing power bi table. Can you please provide guideline on how to accomplish this?

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

      its possible in VBA