REST APIs with PAGINATION OR TOKENS with POWER BI Reports // Beginners Guide to Power BI in 2024

Поділитися
Вставка
  • Опубліковано 7 лют 2025

КОМЕНТАРІ • 16

  • @dashathomas9395
    @dashathomas9395 Місяць тому

    Your solution on pagination is amazing. Saved me so much time! Thanks

  • @theErosenninfull
    @theErosenninfull 3 місяці тому

    OMG you just solved my problem with pagination! Amazing! Thank you a lot :D

  • @smartymukherjee7149
    @smartymukherjee7149 9 місяців тому

    Such a great demo. Thank you so much! I have never done coding but I am gonna try to do 1 API call from Power BI from your video.... just to check if I can do it. I am so grateful that you are providing this knowledge for free. All your demos are very helpful....

  • @ninonninon3
    @ninonninon3 8 місяців тому

    That's what I've been looking for an entire week, thanks ! 🙏

  • @MorganWilson-w2f
    @MorganWilson-w2f 5 місяців тому

    Got me past 3 walls with this one video, thank you.

  • @mayramedina2779
    @mayramedina2779 7 місяців тому

    Huge help my friend!!! Thank you very much!

  • @huangoliver3218
    @huangoliver3218 8 місяців тому +1

    Thanks.
    In real-world scenarios, data ingestion often involves dealing with authentication mechanisms like OAuth 2.0, pagination, and handling large volumes of data. While Power Query is a powerful tool for data transformation and preparation, it is not be the most suitable choice for complex data ingestion tasks, especially at a large scale for Rest API.
    Azure Data Factory is a powerful tool for data ingestion, it doesn't necessarily replace Power Query. In fact, you can leverage the strengths of both tools by using them in tandem

    • @themorleyc
      @themorleyc 6 місяців тому

      Was thinking the same, more complex scenarios was looking at an Azure App Function to run every 'n' minutes and pull in data from external API (with keys, only updated items etc), and write an Azure table. Azure Data Factory presume can do this and take the legwork out of writing your own app function (not that its hard, but it would take time)?

    • @huangoliver3218
      @huangoliver3218 6 місяців тому

      @@themorleyc Yes. Through Data Injection Pipeline Configuration. Alternatively Databricks Notebook can also do this on scale.

  • @azwarmzafar
    @azwarmzafar 10 місяців тому

    Thank you that is great video with lots of nice demonstrations.

  • @JjFarxodov
    @JjFarxodov 7 місяців тому

    thank you bro it helped me alot

  • @ShreyasSinha
    @ShreyasSinha 5 місяців тому +1

    Tooooooooooooooo tooooooooooooooooo Goood with content and Explaination

  • @callumengland6395
    @callumengland6395 2 місяці тому

    How do you do it when you don't know how many projects/pages you will need and if that number of results is variable?

  • @Frmdaheartofmelbourn
    @Frmdaheartofmelbourn 4 місяці тому

    Can you please make a video on how GraphQl connects to PowerBI? I mean bringing data into powerBI report using graphQL endpoint URL

  • @Zenoo44
    @Zenoo44 9 місяців тому

    Does someone know how to get the data from the repositories? For example excel files when he shows his repos at 14:00 ?

  •  5 місяців тому

    trying to connect to private api but after pitting the details in getdata->web Getting Details: "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." error