Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

How to use Python on top of a queried data table?

HI,

 

I want to use Python on top of a via ODBC queried data table. What is neccessary for that? 

 

Install Python on the Report Server? On my local machine? Choose the interpreter? Is there a guide to follow?

 

And how to set the link to the queried data? I guess Python is working with Pandas. 

 

Appreciate any help

4 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 

    Sorry for the mistake, I have just made some research and test with python. The finding is that you can only publish the pbix with python scripts to Power BI Service. Currently, Report Server do not support reports with python scripts. The limitation also mentioned in the official doc.

     

    Comparing Power BI Report Server and the Power BI service - Power BI | Microsoft Docs

     

    You may vote the idea:

    Microsoft Idea  ยท Python & R Script in Power BI Report Server

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      That are bad news. 

      Where can I open a pull request? ๐Ÿ™‚ 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 

     

    In fact, you don't install python on Power BI Report Server, you can only use python scripts in the Power BI Desktop(also for RS version), then save it to report server.

     

    Please refer the doc:

    Run Python Scripts in Power BI Desktop - Power BI | Microsoft Docs

     


    Paul Zheng _ Community Support Team
    If this post helps, please Accept it as the solution to help the other members find it more quickly.

    • Anonymous's avatar
      Anonymous
      Not applicable

      So, there is no need to install Python on the on prem Report Server? 

       

      Just install it on my local machine, use it in the PBI RS Desktop app and than upload this report to the on prem RS? 

       

      Do I understand you correctly?