Forum Discussion
Python Visual Online
Hi DamianBFTG96 ,
Python visual has different restrictions on the Desktop and the Service, which leads to problems when it is displayed on the Desktop and published to the Service.
The limitations Power BI Service imposes on Python are summarized below:
1.Python packages and versions
The initial version of the Python runtime supported in Power BI includes versions 2.7.15 and 3.7.1. We will periodically update the runtime to keep it current.
The following Python packages (non-Intel MKL) are currently supported for use in your Power BI reports:
- matplotlib
- numpy
- pandas
- scikit-learn
- scipy
- seaborn
- statsmodels
- Security and execution constraints
The Power BI service also imposes other limits on Python script execution.
|
CONSTRAINT |
LIMIT |
|
Dataframe size |
150,000 rows |
|
Execution time |
60 seconds |
|
Memory consumption |
1 GB |
|
Disk I/O |
1 GB/sec |
|
Image size for a visual in PNG format |
2 MB |
For more information, please refer to:
Python visualizations in Power BI Service | Microsoft Power BI Blog | Microsoft Power BI
A post similar to yours for your reference:
MissingJobResult and slow reports - Microsoft Power BI Community
Best regards,
Yadong Fang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.