Posts

Showing posts with the label Jupyter

Power BI in Jupyter notebooks

Image
You can now tell compelling data stories with Power BI in Jupyter notebooks. Get your Power BI analytics in a Jupyter notebook with the new   powerbiclient   Python package. The new package lets you embed Power BI reports in Jupyter notebooks easily. You’ll be able to export data from visuals in a Power BI report to the Jupyter notebook for in-depth data exploration. You can also filter the report for quick analysis or use bookmarks to apply a saved view. You can install the Power BI Client for Jupyter from   PyPI   and find the open-sourced Python package and associate TypeScript widget on   GitHub . Watch our latest on-demand session –   Embed actionable analytics everywhere with Power BI Embedded , for a Power BI in Jupyter notebook demo!   For a quick peek into how to use the package in your application, check out the example below. Install the package using   pip : pip install powerbiclient Or if you use JupyterLab: pip install powerbiclient ...