Power BI in Python | Authentication

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 21

  • @thiagofurtado8776
    @thiagofurtado8776 2 роки тому +3

    Guy , you saved my life, my job and my mental health !!! Thanks

  • @ishpen282
    @ishpen282 3 роки тому +4

    This comes at literally perfect timing,
    Thanks!

  • @ramrajya1035
    @ramrajya1035 3 роки тому

    Super excited to watch this series

  • @AlexBurov-wk8my
    @AlexBurov-wk8my 2 місяці тому

    12:09 - on my personal account that just doest work. I m signed in but the process just gets looping: Sign in -> open another tab -> signed in -> opens page "Sign in"

  • @AlokKumar-bo6se
    @AlokKumar-bo6se Рік тому

    Nice tutorial, could you please make a video on how to access the Q&A visual from python script or please guide how can I set the Q&A query from my python script? Thanks in advance.

  • @dimitriosbourakis2373
    @dimitriosbourakis2373 2 роки тому

    Could that work with a different source from Azure?
    Such as Armis or other security databases ?
    Thank you in advance :)

  • @boddeboyinasaitarun9739
    @boddeboyinasaitarun9739 3 дні тому

    If I want to read power bi report data from python script.. how can I do that?

  • @ArthurDias-nh2rt
    @ArthurDias-nh2rt Рік тому

    Is it possible to generate a pdf of a power bi dashboard through this authentication?

  • @ivangiacomoni
    @ivangiacomoni 2 роки тому

    when I try to install the library, by launching 'pip install python-power-bi', it seems not to be found, as I'm getting the " No module named 'powerbi' " error. I'm using Windows. Do you know why is this happening?

  • @pauwelsgnanih7136
    @pauwelsgnanih7136 2 роки тому

    Please what is the role of scope in the use_power-bi.py

  • @chriskeo392
    @chriskeo392 2 роки тому

    Any update on treasury api
    What is the use case for this?

  • @benantwi9279
    @benantwi9279 2 роки тому

    Nice Tutorial , Is it possible to embed Power BI report in my desktop application

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

    I cant find code in the location. Please help me with git path

  • @nianu7829
    @nianu7829 3 роки тому

    i'm used anaconda jupyter notebook how i use redirect URL.

  • @DanielWeikert
    @DanielWeikert 3 роки тому +1

    what is this redirect url for and how to avoid that
    TypeError: expected str, bytes or os.PathLike object, not NoneType
    I used some dummy url because with AppsonData (MS python dev) there was no need for that.

    • @SigmaCoding
      @SigmaCoding  3 роки тому

      The redirect URI is what you get when you register the App, you must have a redirect URI or else you can't go through the authentication process. By default, I would just a localhost URL, it's easiest to get started. What does your redirect URL look like?

    • @DanielWeikert
      @DanielWeikert 3 роки тому

      @@SigmaCoding Thanks for your feedback.
      I did not specify a redirect url (was not required in December last year at least rather optional). I modified it but now when I use the Power BI client I receive
      TypeError: expected str, bytes or os.PathLike object, not NoneType
      It points to the scope but I copy pasted it from the github page.
      Any ideas?

  • @pauwelsgnanih7136
    @pauwelsgnanih7136 2 роки тому

    I got this error : KeyError: 'expires_in'

    • @majidabbasi1552
      @majidabbasi1552 2 роки тому

      did you get any solution to this?

    • @majidabbasi1552
      @majidabbasi1552 2 роки тому +1

      just in case anyone else find this issue. the solution is as follow:
      go to Certificates and Secrets on the left side on Microsoft Azure
      create a new client_secret set its expiration to 24 months and copy paste it's value in python file.