Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
4 | |
2 | |
2 |
User | Count |
---|---|
4 | |
4 | |
3 | |
3 | |
2 |