Forum Discussion
Anonymous
5 years agoNot applicable
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 gu...
Anonymous
5 years agoNot 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
5 years agoNot 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?