Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
5 | |
4 | |
3 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |