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.
I'm using the following code in jupyter notebook to embed a power bi report, but I'm not able to view the embedded report, it would always print Report(), instead of displaying the report.
from powerbiclient.authentication import MasterUserAuthentication
from powerbiclient import Report
auth_token = MasterUserAuthentication(username="xxxxx", password="xxxxx")
report = Report(group_id="xxxxx", report_id="xxxxx", auth=auth_token)
report
Please help
Solved! Go to Solution.
This is working now.
I had to enable the widgets extention by running the following command as admin
jupyter nbextension enable --py widgetsnbextension
This is working now.
I had to enable the widgets extention by running the following command as admin
jupyter nbextension enable --py widgetsnbextension
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 |
---|---|
4 | |
4 | |
3 | |
3 | |
2 |