Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Is there any means for dispalying data from jupyter notebook to powe bi?
Solved! Go to Solution.
Hi @Anonymous
Currently, we can't get data from Jupyter Notebooks directly.
However, you may try to get data from Hive via by Python script in Power Bi Desktop.
You may refer to this link for more details: Run Python scripts in Power BI Desktop
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.
Hi. I don't think there is something to read a notebook because a jupyter is not data. A Jupyter is a mix of running blocks. You can write python or R visualizations for a dataset manipulated in Power Bi.
Regards,
Happy to help!
We use Jupyter Notebooks to pull data from Hive via Python scripting
In the notebook, at the end, we then call a Tableau API which can take the entire result set from the notebook and push it into a Tableau Data Extract.
It’s just flattened data. Not schematized at all. Just one big chunk of rows/columns.
How to do the exact same using Power BI?
Hi @Anonymous
Currently, we can't get data from Jupyter Notebooks directly.
However, you may try to get data from Hive via by Python script in Power Bi Desktop.
You may refer to this link for more details: Run Python scripts in Power BI Desktop
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.