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"
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.
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?
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.
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?
@@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?
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.
Guy , you saved my life, my job and my mental health !!! Thanks
This comes at literally perfect timing,
Thanks!
Happy to share it :)
Super excited to watch this series
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"
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.
Could that work with a different source from Azure?
Such as Armis or other security databases ?
Thank you in advance :)
If I want to read power bi report data from python script.. how can I do that?
Is it possible to generate a pdf of a power bi dashboard through this authentication?
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?
Please what is the role of scope in the use_power-bi.py
Any update on treasury api
What is the use case for this?
Nice Tutorial , Is it possible to embed Power BI report in my desktop application
I cant find code in the location. Please help me with git path
i'm used anaconda jupyter notebook how i use redirect URL.
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.
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?
@@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?
I got this error : KeyError: 'expires_in'
did you get any solution to this?
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.