Forum Discussion

oazk's avatar
oazk
Frequent Visitor
6 years ago
Solved

Scheduled Refresh and Python script for data transformation

Hello,   I created a report that uses Python script to add new column on my existing dataset. import pandas as pd dataset["TEST"] = 1 When i refresh data in Desktop, everything is ok, but when i ...
  • pdbenbow's avatar
    6 years ago

    Python scripts and visuals are not supported on Power BI Report Server.  You can develop those components within PBI Desktop, but that is all you can accomplish at the moment.  For Python support, you'll need to move your report into the cloud.