The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I am trying to login to powerbi portal using selenium python code but keyboard is not reachable us the error i am facing.
Could you please hep me with it.
from selenium import webdriver
from webdriver_manager.firefox import GeckoDriverManager
driver = webdriver.Firefox(executable_path=GeckoDriverManager().install())
username = "************"
password = "***********"
# head to github login page
driver.get("https://app.powerbi.com")
# find username/email field and send the username itself to the input field
driver.find_element_by_id("email").send_keys(username)
Hi @DewCherian ,
Please make sure the account in your code has access to Power BI.
Here is an offical blog about Python package in Power BI. I hope it could help you solve your issue.
For reference: Create visuals by using Python packages in the Power BI service
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
2 | |
1 | |
1 | |
1 |