Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

undefined

Is there any means for dispalying data from jupyter notebook to powe bi?

  • Anonymous's avatar
    Anonymous
    5 years ago

    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. 

3 Replies

  • 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,

    • Anonymous's avatar
      Anonymous
      Not applicable

      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?

      • Anonymous's avatar
        Anonymous
        Not applicable

        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.